Skip to content

Commit

Permalink
Bump the pip-dependencies group with 5 updates (#381)
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.3` | `1.8.5` |
| [grpcio](https://github.com/grpc/grpc) | `1.64.1` | `1.64.3` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.64.1` | `1.64.3` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.3.0` | `10.4.0` |
| [zipp](https://github.com/jaraco/zipp) | `3.19.2` | `3.20.0` |


Updates `debugpy` from 1.8.3 to 1.8.5
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](https://github.com/microsoft/debugpy/commits/v1.8.5)

Updates `grpcio` from 1.64.1 to 1.64.3
- [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.64.1...v1.64.3)

Updates `grpcio-tools` from 1.64.1 to 1.64.3
- [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.64.1...v1.64.3)

Updates `more-itertools` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.3.0...v10.4.0)

Updates `zipp` from 3.19.2 to 3.20.0
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.19.2...v3.20.0)

---
updated-dependencies:
- dependency-name: debugpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: zipp
  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>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 83209cb commit d699a04
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
Expand Up @@ -3,17 +3,17 @@ baron==0.10.1
bleach==6.1.0
certifi==2024.7.4
charset-normalizer==3.3.2
debugpy==1.8.3
debugpy==1.8.5
docutils==0.21.2
grpcio==1.64.1
grpcio-tools==1.64.1
grpcio==1.64.3
grpcio-tools==1.64.3
idna==3.7
importlib-metadata==8.2.0
jaraco.classes==3.4.0
keyring==25.3.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.3.0
more-itertools==10.4.0
pkginfo>=1.8.1
protobuf==5.27.3
pyfakefs==5.6.0
Expand All @@ -30,4 +30,4 @@ six==1.16.0
twine==5.1.1
urllib3==2.2.2
webencodings==0.5.1
zipp==3.19.2
zipp==3.20.0

0 comments on commit d699a04

Please sign in to comment.