Skip to content

Commit

Permalink
Bump the pip-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
| [grpcio](https://github.com/grpc/grpc) | `1.66.0` | `1.66.1` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.66.0` | `1.66.1` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.27.3` | `5.28.0` |
| [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.8.0` |
| [setuptools](https://github.com/pypa/setuptools) | `73.0.1` | `74.0.0` |
| [zipp](https://github.com/jaraco/zipp) | `3.20.0` | `3.20.1` |


Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `grpcio` from 1.66.0 to 1.66.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.66.0...v1.66.1)

Updates `grpcio-tools` from 1.66.0 to 1.66.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.66.0...v1.66.1)

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

Updates `rich` from 13.7.1 to 13.8.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.1...v13.8.0)

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

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

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: rich
  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
- dependency-name: zipp
  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 Sep 2, 2024
1 parent 2bd9ef0 commit 04987fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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==2024.7.4
certifi==2024.8.30
charset-normalizer==3.3.2
debugpy==1.8.5
docutils==0.21.2
grpcio==1.66.0
grpcio-tools==1.66.0
grpcio==1.66.1
grpcio-tools==1.66.1
idna==3.8
importlib-metadata==8.4.0
jaraco.classes==3.4.0
Expand All @@ -15,19 +15,19 @@ markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.4.0
pkginfo>=1.8.1
protobuf==5.27.3
protobuf==5.28.0
pyfakefs==5.6.0
Pygments==2.18.0
readme-renderer==44.0
redbaron==0.9.2
requests==2.32.3
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.1
rich==13.8.0
rply==0.7.8
setuptools==73.0.1
setuptools==74.0.0
six==1.16.0
twine==5.1.1
urllib3==2.2.2
webencodings==0.5.1
zipp==3.20.0
zipp==3.20.1

0 comments on commit 04987fa

Please sign in to comment.