Skip to content

Commit

Permalink
Bump prometheus-client from 0.20.0 to 0.21.0 in the minor_and_patch g…
Browse files Browse the repository at this point in the history
…roup (#28)

* Bump prometheus-client in the minor_and_patch group

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>

* Update uv.lock with new prometheus-client library

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ids van der Molen <2285220+idsvandermolen@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and idsvandermolen authored Oct 1, 2024
1 parent 377a948 commit 1d1d614
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d1d614

Please sign in to comment.