Skip to content

Commit 1a82174

Browse files
Bump the minor_and_patch group across 1 directory with 4 updates
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]>
1 parent 6db9bde commit 1a82174

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ classifiers = [
2929
"Programming Language :: Python :: 3",
3030
]
3131
dependencies = [
32-
"jsonpath-ng==1.6.1",
33-
"prometheus-client==0.21.0",
32+
"jsonpath-ng==1.7.0",
33+
"prometheus-client==0.21.1",
3434
"pyyaml==6.0.2",
3535
"requests==2.32.3",
3636
]

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --frozen --no-dev --no-hashes --output-file=requirements.txt
3-
certifi==2024.8.30
4-
charset-normalizer==3.3.2
3+
certifi==2024.12.14
4+
charset-normalizer==3.4.1
55
idna==3.10
6-
jsonpath-ng==1.6.1
6+
jsonpath-ng==1.7.0
77
ply==3.11
8-
prometheus-client==0.21.0
8+
prometheus-client==0.21.1
99
pyyaml==6.0.2
1010
requests==2.32.3
1111
urllib3==2.2.3

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
keywords="prometheus json exporter",
3535
packages=find_packages(),
3636
install_requires=[
37-
"jsonpath-ng==1.6.1",
38-
"prometheus-client==0.21.0",
37+
"jsonpath-ng==1.7.0",
38+
"prometheus-client==0.21.1",
3939
"pyyaml==6.0.2",
4040
"requests==2.32.3",
4141
],

0 commit comments

Comments
 (0)