Skip to content

Commit

Permalink
Bump jsonpath-ng from 1.5.3 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps [jsonpath-ng](https://github.com/h2non/jsonpath-ng) from 1.5.3 to 1.6.1.
- [Release notes](https://github.com/h2non/jsonpath-ng/releases)
- [Changelog](https://github.com/h2non/jsonpath-ng/blob/master/History.md)
- [Commits](h2non/jsonpath-ng@1.5.3...v1.6.1)

---
updated-dependencies:
- dependency-name: jsonpath-ng
  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 11, 2024
1 parent 0ed2b76 commit e25920c
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 @@ -2,7 +2,7 @@ certifi==2024.7.4
charset-normalizer==2.0.9
decorator==5.1.0
idna==3.7
jsonpath-ng==1.5.3
jsonpath-ng==1.6.1
ply==3.11
prometheus-client==0.12.0
PyYAML==6.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
keywords="prometheus json exporter",
packages=find_packages(),
install_requires=[
"jsonpath-ng==1.5.3",
"jsonpath-ng==1.6.1",
"prometheus-client==0.12.0",
"PyYAML==6.0.2",
"requests==2.32.0",
Expand Down

0 comments on commit e25920c

Please sign in to comment.