Skip to content

Commit

Permalink
Bump the minor_and_patch group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor_and_patch group with 4 updates in the / directory: [jsonpath-ng](https://github.com/h2non/jsonpath-ng), [prometheus-client](https://github.com/prometheus/client_python), [certifi](https://github.com/certifi/python-certifi) and [charset-normalizer](https://github.com/jawah/charset_normalizer).


Updates `jsonpath-ng` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/h2non/jsonpath-ng/releases)
- [Changelog](https://github.com/h2non/jsonpath-ng/blob/master/History.md)
- [Commits](h2non/jsonpath-ng@v1.6.1...v1.7.0)

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

Updates `certifi` from 2024.8.30 to 2024.12.14
- [Commits](certifi/python-certifi@2024.08.30...2024.12.14)

Updates `charset-normalizer` from 3.3.2 to 3.4.1
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.3.2...3.4.1)

---
updated-dependencies:
- dependency-name: jsonpath-ng
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_and_patch
- dependency-name: prometheus-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_and_patch
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_and_patch
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_and_patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 6db9bde commit 1a82174
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"jsonpath-ng==1.6.1",
"prometheus-client==0.21.0",
"jsonpath-ng==1.7.0",
"prometheus-client==0.21.1",
"pyyaml==6.0.2",
"requests==2.32.3",
]
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file was autogenerated by uv via the following command:
# uv export --frozen --no-dev --no-hashes --output-file=requirements.txt
certifi==2024.8.30
charset-normalizer==3.3.2
certifi==2024.12.14
charset-normalizer==3.4.1
idna==3.10
jsonpath-ng==1.6.1
jsonpath-ng==1.7.0
ply==3.11
prometheus-client==0.21.0
prometheus-client==0.21.1
pyyaml==6.0.2
requests==2.32.3
urllib3==2.2.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
keywords="prometheus json exporter",
packages=find_packages(),
install_requires=[
"jsonpath-ng==1.6.1",
"prometheus-client==0.21.0",
"jsonpath-ng==1.7.0",
"prometheus-client==0.21.1",
"pyyaml==6.0.2",
"requests==2.32.3",
],
Expand Down

0 comments on commit 1a82174

Please sign in to comment.