From 2a98de4f8a2621edb15aed448530a8123d297348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:51:10 +0000 Subject: [PATCH] Bump prometheus-client from 0.21.1 to 0.24.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.21.1 to 0.24.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.21.1...v0.24.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 7f547d7bea..9d6565dc21 100644 --- a/constraints.txt +++ b/constraints.txt @@ -23,7 +23,7 @@ netifaces==0.11.0 packaging==25.0 patool==4.0.1 pluggy==1.6.0 -prometheus_client==0.21.1 +prometheus_client==0.24.0 psutil==7.0.0 psycopg2==2.9.10 pycryptodomex==3.23.0 diff --git a/pyproject.toml b/pyproject.toml index 3d994b04aa..572e01610f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pyyaml>=5.3,<6.1", # http://pyyaml.org/wiki/PyYAML # Only for cmsPrometheusExporter - "prometheus-client>=0.7,<0.22", # https://pypi.org/project/prometheus-client + "prometheus-client>=0.7,<0.25", # https://pypi.org/project/prometheus-client # Only for cmsTelegramBot "python-telegram-bot>=21.9,<21.12", # https://pypi.org/project/python-telegram-bot