Skip to content

Commit d5e63c2

Browse files
Bump the pip-dependencies group with 5 updates (#325)
Bumps the pip-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` | | [grpcio](https://github.com/grpc/grpc) | `1.60.0` | `1.60.1` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.60.0` | `1.60.1` | | [pyfakefs](https://github.com/pytest-dev/pyfakefs) | `5.3.2` | `5.3.5` | | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.0` | Updates `certifi` from 2023.11.17 to 2024.2.2 - [Commits](certifi/python-certifi@2023.11.17...2024.02.02) Updates `grpcio` from 1.60.0 to 1.60.1 - [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.60.0...v1.60.1) Updates `grpcio-tools` from 1.60.0 to 1.60.1 - [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.60.0...v1.60.1) Updates `pyfakefs` from 5.3.2 to 5.3.5 - [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.3.2...v5.3.5) Updates `urllib3` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.1.0...2.2.0) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pyfakefs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 707f6cc commit d5e63c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

Lines changed: 5 additions & 5 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.1.0
4-
certifi==2023.11.17
4+
certifi==2024.2.2
55
charset-normalizer==3.3.2
66
debugpy==1.8.0
77
docutils==0.20.1
8-
grpcio==1.60.0
9-
grpcio-tools==1.60.0
8+
grpcio==1.60.1
9+
grpcio-tools==1.60.1
1010
idna==3.6
1111
importlib-metadata==7.0.1
1212
jaraco.classes==3.3.0
@@ -16,7 +16,7 @@ mdurl==0.1.2
1616
more-itertools==10.2.0
1717
pkginfo==1.9.6
1818
protobuf==4.25.2
19-
pyfakefs==5.3.2
19+
pyfakefs==5.3.5
2020
Pygments==2.17.2
2121
readme-renderer==42.0
2222
redbaron==0.9.2
@@ -27,6 +27,6 @@ rich==13.7.0
2727
rply==0.7.8
2828
six==1.16.0
2929
twine==4.0.2
30-
urllib3==2.1.0
30+
urllib3==2.2.0
3131
webencodings==0.5.1
3232
zipp==3.17.0

0 commit comments

Comments
 (0)