Skip to content

Commit c50550e

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: [prometheus-client](https://github.com/prometheus/client_python), [certifi](https://github.com/certifi/python-certifi), [charset-normalizer](https://github.com/jawah/charset_normalizer) and [urllib3](https://github.com/urllib3/urllib3). Updates `prometheus-client` from 0.21.1 to 0.22.1 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.21.1...v0.22.1) Updates `certifi` from 2025.1.31 to 2025.7.9 - [Commits](certifi/python-certifi@2025.01.31...2025.07.09) Updates `charset-normalizer` from 3.4.1 to 3.4.2 - [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.4.1...3.4.2) Updates `urllib3` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.3.0...2.5.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: certifi dependency-version: 2025.7.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: charset-normalizer dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_and_patch - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_and_patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 371c60f commit c50550e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"jsonpath-ng==1.7.0",
33-
"prometheus-client==0.21.1",
33+
"prometheus-client==0.22.1",
3434
"pyyaml==6.0.2",
3535
"requests==2.32.4",
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==2025.1.31
4-
charset-normalizer==3.4.1
3+
certifi==2025.7.9
4+
charset-normalizer==3.4.2
55
idna==3.10
66
jsonpath-ng==1.7.0
77
ply==3.11
8-
prometheus-client==0.21.1
8+
prometheus-client==0.22.1
99
pyyaml==6.0.2
1010
requests==2.32.4
11-
urllib3==2.3.0
11+
urllib3==2.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
packages=find_packages(),
3636
install_requires=[
3737
"jsonpath-ng==1.7.0",
38-
"prometheus-client==0.21.1",
38+
"prometheus-client==0.22.1",
3939
"pyyaml==6.0.2",
4040
"requests==2.32.4",
4141
],

0 commit comments

Comments
 (0)