Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.65.5` | `1.66.0` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.65.5` | `1.66.0` |
| [idna](https://github.com/kjd/idna) | `3.7` | `3.8` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.2.0` | `8.4.0` |
| [setuptools](https://github.com/pypa/setuptools) | `72.2.0` | `73.0.1` |


Updates `grpcio` from 1.65.5 to 1.66.0
- [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.65.5...v1.66.0)

Updates `grpcio-tools` from 1.65.5 to 1.66.0
- [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.65.5...v1.66.0)

Updates `idna` from 3.7 to 3.8
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.7...v3.8)

Updates `importlib-metadata` from 8.2.0 to 8.4.0
- [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.2.0...v8.4.0)

Updates `setuptools` from 72.2.0 to 73.0.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v72.2.0...v73.0.1)

---
updated-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: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  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] committed Aug 26, 2024
1 parent c3a86b7 commit 2bd9ef0
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 @@ -5,10 +5,10 @@ certifi==2024.7.4
charset-normalizer==3.3.2
debugpy==1.8.5
docutils==0.21.2
grpcio==1.65.5
grpcio-tools==1.65.5
idna==3.7
importlib-metadata==8.2.0
grpcio==1.66.0
grpcio-tools==1.66.0
idna==3.8
importlib-metadata==8.4.0
jaraco.classes==3.4.0
keyring==25.3.0
markdown-it-py==3.0.0
Expand All @@ -25,7 +25,7 @@ requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.1
rply==0.7.8
setuptools==72.2.0
setuptools==73.0.1
six==1.16.0
twine==5.1.1
urllib3==2.2.2
Expand Down

0 comments on commit 2bd9ef0

Please sign in to comment.