From 0e9d9f6aabf1f7516bc82b342bfd208cb60611cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:18:19 +0000 Subject: [PATCH] Bump prometheus-client from 0.24.1 to 0.25.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.24.1...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mercedes-me-exporter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mercedes-me-exporter/requirements.txt b/mercedes-me-exporter/requirements.txt index 4a39616..133843c 100644 --- a/mercedes-me-exporter/requirements.txt +++ b/mercedes-me-exporter/requirements.txt @@ -1,5 +1,5 @@ requests==2.34.2 -prometheus_client==0.24.1 +prometheus_client==0.25.0 crontab==1.0.5 retry==0.9.2 kubernetes==36.0.2