Skip to content

Commit 960b15b

Browse files
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](prometheus/client_python@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] <[email protected]>
1 parent 9a0c64c commit 960b15b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ netifaces==0.11.0
2323
packaging==25.0
2424
patool==4.0.1
2525
pluggy==1.6.0
26-
prometheus_client==0.21.1
26+
prometheus_client==0.22.1
2727
psutil==7.0.0
2828
psycopg2==2.9.10
2929
pycryptodomex==3.23.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"PyPDF2>=1.26,<3.1", # https://github.com/mstamy2/PyPDF2/blob/master/CHANGELOG
4848

4949
# Only for cmsPrometheusExporter
50-
"prometheus-client>=0.7,<0.22", # https://pypi.org/project/prometheus-client
50+
"prometheus-client>=0.7,<0.23", # https://pypi.org/project/prometheus-client
5151

5252
# Only for cmsTelegramBot
5353
"python-telegram-bot>=21.9,<21.12", # https://pypi.org/project/python-telegram-bot

0 commit comments

Comments
 (0)