Skip to content

Commit

Permalink
Bump prometheus-client from 0.12.0 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.12.0 to 0.20.0.
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.12.0...v0.20.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 Sep 20, 2024
1 parent 1bdbcda commit 777b055
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
]
dependencies = [
"jsonpath-ng==1.5.3",
"prometheus-client==0.12.0",
"prometheus-client==0.20.0",
"pyyaml==6.0.2",
"requests==2.32.0",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ decorator==5.1.1
idna==3.10
jsonpath-ng==1.5.3
ply==3.11
prometheus-client==0.12.0
prometheus-client==0.20.0
pyyaml==6.0.2
requests==2.32.0
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
packages=find_packages(),
install_requires=[
"jsonpath-ng==1.5.3",
"prometheus-client==0.12.0",
"prometheus-client==0.20.0",
"pyyaml==6.0.2",
"requests==2.32.0",
],
Expand Down

0 comments on commit 777b055

Please sign in to comment.