Skip to content

Commit 71791e1

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 cfd73c6 commit 71791e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pycups==2.0.4 # https://pypi.python.org/pypi/pycups
2828
PyPDF2>=1.26,<3.1 # https://github.com/mstamy2/PyPDF2/blob/master/CHANGELOG
2929

3030
# Only for cmsPrometheusExporter
31-
prometheus-client>=0.7,<0.22 # https://pypi.org/project/prometheus-client
31+
prometheus-client>=0.7,<0.23 # https://pypi.org/project/prometheus-client
3232

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

0 commit comments

Comments
 (0)