Skip to content

Commit f376ce4

Browse files
Bump the minor_and_patch group with 2 updates
Bumps the minor_and_patch group with 2 updates: [jsonpath-ng](https://github.com/h2non/jsonpath-ng) and [charset-normalizer](https://github.com/Ousret/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 `charset-normalizer` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.3.2...3.4.0) --- updated-dependencies: - dependency-name: jsonpath-ng 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]>
1 parent b9fe400 commit f376ce4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3",
3030
]
3131
dependencies = [
32-
"jsonpath-ng==1.6.1",
32+
"jsonpath-ng==1.7.0",
3333
"prometheus-client==0.21.0",
3434
"pyyaml==6.0.2",
3535
"requests==2.32.3",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --frozen --no-dev --no-hashes --output-file=requirements.txt
33
certifi==2024.8.30
4-
charset-normalizer==3.3.2
4+
charset-normalizer==3.4.0
55
idna==3.10
6-
jsonpath-ng==1.6.1
6+
jsonpath-ng==1.7.0
77
ply==3.11
88
prometheus-client==0.21.0
99
pyyaml==6.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
keywords="prometheus json exporter",
3535
packages=find_packages(),
3636
install_requires=[
37-
"jsonpath-ng==1.6.1",
37+
"jsonpath-ng==1.7.0",
3838
"prometheus-client==0.21.0",
3939
"pyyaml==6.0.2",
4040
"requests==2.32.3",

0 commit comments

Comments
 (0)