Skip to content

Commit

Permalink
Bump the pip-dependencies group with 5 updates
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.2` | `1.8.3` |
| [grpcio](https://github.com/grpc/grpc) | `1.64.1` | `1.65.4` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.64.1` | `1.65.4` |
| [keyring](https://github.com/jaraco/keyring) | `25.2.1` | `25.3.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.27.2` | `5.27.3` |


Updates `debugpy` from 1.8.2 to 1.8.3
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.2...v1.8.3)

Updates `grpcio` from 1.64.1 to 1.65.4
- [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.65.4)

Updates `grpcio-tools` from 1.64.1 to 1.65.4
- [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.65.4)

Updates `keyring` from 25.2.1 to 25.3.0
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v25.2.1...v25.3.0)

Updates `protobuf` from 5.27.2 to 5.27.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.27.2...v5.27.3)

---
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-minor
  dependency-group: pip-dependencies
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent d14d93b commit ff78f7d
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,19 +3,19 @@ baron==0.10.1
bleach==6.1.0
certifi==2024.7.4
charset-normalizer==3.3.2
debugpy==1.8.2
debugpy==1.8.3
docutils==0.21.2
grpcio==1.64.1
grpcio-tools==1.64.1
grpcio==1.65.4
grpcio-tools==1.65.4
idna==3.7
importlib-metadata==8.2.0
jaraco.classes==3.4.0
keyring==25.2.1
keyring==25.3.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.3.0
pkginfo>=1.8.1
protobuf==5.27.2
protobuf==5.27.3
pyfakefs==5.6.0
Pygments==2.18.0
readme-renderer==44.0
Expand Down

0 comments on commit ff78f7d

Please sign in to comment.