Skip to content

Commit 587c694

Browse files
Update prometheus-client requirement from <0.8,>=0.7 to >=0.7,<0.22 (#1306)
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.21.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86edd35 commit 587c694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
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.8 # https://pypi.org/project/prometheus-client
31+
prometheus-client>=0.7,<0.22 # https://pypi.org/project/prometheus-client
3232

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

0 commit comments

Comments
 (0)