Skip to content

Commit

Permalink
Bump prometheus-client from 0.17.1 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.17.1 to 0.19.0.
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.17.1...v0.19.0)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent bd68c29 commit 8851e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sqlalchemy==2.0.4
structlog==23.2.0
colorama==0.4.6
pika==1.3.2
prometheus-client==0.17.1
prometheus-client==0.19.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"structlog >= 20.2.0, < 24.0.0",
"colorama >= 0.4.4, < 1.0.0",
"pika >= 1.3.1, < 2.0.0",
"prometheus-client >= 0.17.1, < 0.18.0",
"prometheus-client >= 0.17.1, < 0.20.0",
],
extras_require={
"amazon": ["boto3 >= 1.11.9, <2.0.0"],
Expand Down

0 comments on commit 8851e25

Please sign in to comment.