Skip to content

Commit b283296

Browse files
Bump the pip-dependencies group with 7 updates (#461)
Bumps the pip-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [debugpy](https://github.com/microsoft/debugpy) | `1.8.17` | `1.8.19` | | [docutils](https://github.com/rtfd/recommonmark) | `0.22.3` | `0.22.4` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.7.0` | `8.7.1` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `6.33.1` | `6.33.2` | | [pyfakefs](https://github.com/pytest-dev/pyfakefs) | `5.10.2` | `6.0.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.0` | `2.6.2` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.12.0` | `7.13.1` | Updates `debugpy` from 1.8.17 to 1.8.19 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.17...v1.8.19) Updates `docutils` from 0.22.3 to 0.22.4 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `importlib-metadata` from 8.7.0 to 8.7.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.7.0...v8.7.1) Updates `protobuf` from 6.33.1 to 6.33.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `pyfakefs` from 5.10.2 to 6.0.0 - [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.10.2...v6.0.0) Updates `urllib3` from 2.6.0 to 2.6.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.2) Updates `coverage` from 7.12.0 to 7.13.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.12.0...7.13.1) --- updated-dependencies: - dependency-name: debugpy dependency-version: 1.8.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: docutils dependency-version: 0.22.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: importlib-metadata dependency-version: 8.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: protobuf dependency-version: 6.33.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pyfakefs dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: urllib3 dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: coverage dependency-version: 7.13.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 1e81d17 commit b283296

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ baron==0.10.1
33
bleach==6.3.0
44
certifi==2025.11.12
55
charset-normalizer==3.4.4
6-
debugpy==1.8.17
7-
docutils==0.22.3
6+
debugpy==1.8.19
7+
docutils==0.22.4
88
grpcio==1.76.0
99
grpcio-tools==1.76.0
1010
idna==3.11
11-
importlib-metadata==8.7.0
11+
importlib-metadata==8.7.1
1212
jaraco.classes==3.4.0
1313
keyring==25.7.0
1414
markdown-it-py==4.0.0
1515
mdurl==0.1.2
1616
more-itertools==10.8.0
1717
pkginfo==1.12.1.2
18-
protobuf==6.33.1
19-
pyfakefs==5.10.2
18+
protobuf==6.33.2
19+
pyfakefs==6.0.0
2020
Pygments==2.19.2
2121
readme-renderer==44.0
2222
redbaron==0.9.2
@@ -28,7 +28,7 @@ rply==0.7.8
2828
setuptools==80.9.0
2929
six==1.17.0
3030
twine==6.2.0
31-
urllib3==2.6.0
31+
urllib3==2.6.2
3232
webencodings==0.5.1
3333
zipp==3.23.0
34-
coverage==7.12.0
34+
coverage==7.13.1

0 commit comments

Comments
 (0)