Skip to content

Commit

Permalink
Bump prometheus-client in the minor_and_patch group
Browse files Browse the repository at this point in the history
Bumps the minor_and_patch group with 1 update: [prometheus-client](https://github.com/prometheus/client_python).


Updates `prometheus-client` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.20.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent e8a2a79 commit 4492f65
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.6.1",
"prometheus-client==0.20.0",
"prometheus-client==0.21.0",
"pyyaml==6.0.2",
"requests==2.32.3",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ charset-normalizer==3.3.2
idna==3.10
jsonpath-ng==1.6.1
ply==3.11
prometheus-client==0.20.0
prometheus-client==0.21.0
pyyaml==6.0.2
requests==2.32.3
urllib3==2.2.3
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.6.1",
"prometheus-client==0.20.0",
"prometheus-client==0.21.0",
"pyyaml==6.0.2",
"requests==2.32.3",
],
Expand Down

0 comments on commit 4492f65

Please sign in to comment.