Update dependencies (#16122)

* prometheus-client returns an additional value as of v.0.22.0

* add license, remove outdated ones, add new embedded sources

* update requirements and UPGRADE BLOCKERs in README
This commit is contained in:
jessicamack
2025-10-15 11:55:21 -04:00
committed by GitHub
parent 72a42f23d5
commit f3fd9945d6
15 changed files with 162 additions and 373 deletions

View File

@@ -49,7 +49,7 @@ def test_metrics_counts(organization_factory, job_template_factory, workflow_job
for gauge in gauges:
for sample in gauge.samples:
# name, label, value, timestamp, exemplar
name, _, value, _, _ = sample
name, _, value, _, _, _ = sample
assert EXPECTED_VALUES[name] == value