From 3074d214f68706a094e50284fd16fc41a9d7b7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:38:42 +0000 Subject: [PATCH] Update prometheus-client requirement from <0.22,>=0.7 to >=0.7,<0.23 Updates the requirements on [prometheus-client](https://github.com/prometheus/client_python) to permit the latest version. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.7.0...v0.22.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.22.0 dependency-type: direct:production ... 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 0b04427f42..dc6c35c38d 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.22.1 psutil==7.0.0 psycopg2==2.9.10 pycryptodomex==3.23.0 diff --git a/pyproject.toml b/pyproject.toml index 31ac9ec7bc..38d4196382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "PyPDF2>=1.26,<3.1", # https://github.com/mstamy2/PyPDF2/blob/master/CHANGELOG # Only for cmsPrometheusExporter - "prometheus-client>=0.7,<0.22", # https://pypi.org/project/prometheus-client + "prometheus-client>=0.7,<0.23", # https://pypi.org/project/prometheus-client # Only for cmsTelegramBot "python-telegram-bot>=21.9,<21.12", # https://pypi.org/project/python-telegram-bot