From e10174df595fb00285b69fe46f901d19fb75ff57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:43:25 +0000 Subject: [PATCH] Bump prometheus-client from 0.21.1 to 0.22.1 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.21.1 to 0.22.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.21.1...v0.22.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.22.1 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 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