Skip to content

Commit 370560e

Browse files
Bump the pip-dependencies group with 8 updates (#444)
Bumps the pip-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.6.15` | `2025.7.14` | | [debugpy](https://github.com/microsoft/debugpy) | `1.8.14` | `1.8.15` | | [docutils](https://github.com/rtfd/recommonmark) | `0.21.2` | `0.22` | | [grpcio](https://github.com/grpc/grpc) | `1.73.1` | `1.74.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.73.1` | `1.74.0` | | [pyfakefs](https://github.com/pytest-dev/pyfakefs) | `5.9.1` | `5.9.2` | | [rich](https://github.com/Textualize/rich) | `14.0.0` | `14.1.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.1` | `7.10.1` | Updates `certifi` from 2025.6.15 to 2025.7.14 - [Commits](certifi/python-certifi@2025.06.15...2025.07.14) Updates `debugpy` from 1.8.14 to 1.8.15 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.14...v1.8.15) Updates `docutils` from 0.21.2 to 0.22 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `grpcio` from 1.73.1 to 1.74.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.73.1...v1.74.0) Updates `grpcio-tools` from 1.73.1 to 1.74.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.73.1...v1.74.0) Updates `pyfakefs` from 5.9.1 to 5.9.2 - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](pytest-dev/pyfakefs@v5.9.1...v5.9.2) Updates `rich` from 14.0.0 to 14.1.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.0.0...v14.1.0) Updates `coverage` from 7.9.1 to 7.10.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.1...7.10.1) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.7.14 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: debugpy dependency-version: 1.8.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: docutils dependency-version: '0.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: grpcio dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: grpcio-tools dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pyfakefs dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: rich dependency-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: coverage dependency-version: 7.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68172b9 commit 370560e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
appdirs==1.4.4
22
baron==0.10.1
33
bleach==6.2.0
4-
certifi==2025.6.15
4+
certifi==2025.7.14
55
charset-normalizer==3.4.2
6-
debugpy==1.8.14
7-
docutils==0.21.2
8-
grpcio==1.73.1
9-
grpcio-tools==1.73.1
6+
debugpy==1.8.15
7+
docutils==0.22
8+
grpcio==1.74.0
9+
grpcio-tools==1.74.0
1010
idna==3.10
1111
importlib-metadata==8.7.0
1212
jaraco.classes==3.4.0
@@ -16,19 +16,19 @@ mdurl==0.1.2
1616
more-itertools==10.7.0
1717
pkginfo==1.12.1.2
1818
protobuf==6.31.1
19-
pyfakefs==5.9.1
19+
pyfakefs==5.9.2
2020
Pygments==2.19.2
2121
readme-renderer==44.0
2222
redbaron==0.9.2
2323
requests==2.32.4
2424
requests-toolbelt==1.0.0
2525
rfc3986==2.0.0
26-
rich==14.0.0
26+
rich==14.1.0
2727
rply==0.7.8
2828
setuptools==80.9.0
2929
six==1.17.0
3030
twine==6.1.0
3131
urllib3==2.5.0
3232
webencodings==0.5.1
3333
zipp==3.23.0
34-
coverage==7.9.1
34+
coverage==7.10.1

0 commit comments

Comments
 (0)