Skip to content

Commit e3069a5

Browse files
Bump the minor_and_patch group across 1 directory with 5 updates
Bumps the minor_and_patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prometheus-client](https://github.com/prometheus/client_python) | `0.21.1` | `0.22.1` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` | | [certifi](https://github.com/certifi/python-certifi) | `2025.1.31` | `2025.6.15` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.1` | `3.4.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.3.0` | `2.5.0` | 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 `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) Updates `certifi` from 2025.1.31 to 2025.6.15 - [Commits](certifi/python-certifi@2025.01.31...2025.06.15) 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: requests dependency-version: 2.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_and_patch - dependency-name: certifi dependency-version: 2025.6.15 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 59e1b1a commit e3069a5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ 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",
35-
"requests==2.32.3",
35+
"requests==2.32.4",
3636
]
3737

3838
[tool.uv]

requirements.txt

Lines changed: 5 additions & 5 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.6.15
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
10-
requests==2.32.3
11-
urllib3==2.3.0
10+
requests==2.32.4
11+
urllib3==2.5.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
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",
40-
"requests==2.32.3",
40+
"requests==2.32.4",
4141
],
4242
python_requires=">=3.8",
4343
py_modules=[],

0 commit comments

Comments
 (0)