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 20, 2024
1 parent 1bdbcda commit 6af13f5
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 @@ -29,7 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ certifi==2024.8.30
charset-normalizer==3.3.2
decorator==5.1.1
idna==3.10
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 6af13f5

Please sign in to comment.