Skip to content

Commit

Permalink
Bump the pip-dependencies group with 5 updates (#325)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 707f6cc commit d5e63c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
appdirs==1.4.4
baron==0.10.1
bleach==6.1.0
certifi==2023.11.17
certifi==2024.2.2
charset-normalizer==3.3.2
debugpy==1.8.0
docutils==0.20.1
grpcio==1.60.0
grpcio-tools==1.60.0
grpcio==1.60.1
grpcio-tools==1.60.1
idna==3.6
importlib-metadata==7.0.1
jaraco.classes==3.3.0
Expand All @@ -16,7 +16,7 @@ mdurl==0.1.2
more-itertools==10.2.0
pkginfo==1.9.6
protobuf==4.25.2
pyfakefs==5.3.2
pyfakefs==5.3.5
Pygments==2.17.2
readme-renderer==42.0
redbaron==0.9.2
Expand All @@ -27,6 +27,6 @@ rich==13.7.0
rply==0.7.8
six==1.16.0
twine==4.0.2
urllib3==2.1.0
urllib3==2.2.0
webencodings==0.5.1
zipp==3.17.0

0 comments on commit d5e63c2

Please sign in to comment.