Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [bleach](https://github.com/mozilla/bleach) | `6.1.0` | `6.2.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.67.0` | `1.67.1` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.67.0` | `1.67.1` |
| [rich](https://github.com/Textualize/rich) | `13.9.3` | `13.9.4` |
| [setuptools](https://github.com/pypa/setuptools) | `75.2.0` | `75.3.0` |


Updates `bleach` from 6.1.0 to 6.2.0
- [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES)
- [Commits](mozilla/bleach@v6.1.0...v6.2.0)

Updates `grpcio` from 1.67.0 to 1.67.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.67.0...v1.67.1)

Updates `grpcio-tools` from 1.67.0 to 1.67.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.67.0...v1.67.1)

Updates `rich` from 13.9.3 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.3...v13.9.4)

Updates `setuptools` from 75.2.0 to 75.3.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.2.0...v75.3.0)

---
updated-dependencies:
- dependency-name: bleach
  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: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: setuptools
  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 Nov 4, 2024
1 parent 07611a3 commit cc4b0ff
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
bleach==6.2.0
certifi==2024.8.30
charset-normalizer==3.4.0
debugpy==1.8.7
docutils==0.21.2
grpcio==1.67.0
grpcio-tools==1.67.0
grpcio==1.67.1
grpcio-tools==1.67.1
idna==3.10
importlib-metadata==8.5.0
jaraco.classes==3.4.0
Expand All @@ -23,9 +23,9 @@ redbaron==0.9.2
requests==2.32.3
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.9.3
rich==13.9.4
rply==0.7.8
setuptools==75.2.0
setuptools==75.3.0
six==1.16.0
twine==5.1.1
urllib3==2.2.3
Expand Down

0 comments on commit cc4b0ff

Please sign in to comment.