Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.62.2` | `1.63.0` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.62.2` | `1.63.0` |
| [keyring](https://github.com/jaraco/keyring) | `25.2.0` | `25.2.1` |
| [pyfakefs](https://github.com/pytest-dev/pyfakefs) | `5.4.1` | `5.5.0` |
| [pygments](https://github.com/pygments/pygments) | `2.17.2` | `2.18.0` |
| [twine](https://github.com/pypa/twine) | `5.0.0` | `5.1.0` |
| [zipp](https://github.com/jaraco/zipp) | `3.18.1` | `3.18.2` |



Updates `grpcio` from 1.62.2 to 1.63.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.62.2...v1.63.0)

Updates `grpcio-tools` from 1.62.2 to 1.63.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.62.2...v1.63.0)

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

Updates `pyfakefs` from 5.4.1 to 5.5.0
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v5.4.1...v5.5.0)

Updates `pygments` from 2.17.2 to 2.18.0
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.17.2...2.18.0)

Updates `twine` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@5.0.0...5.1.0)

Updates `zipp` from 3.18.1 to 3.18.2
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.18.1...v3.18.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent c98b00b commit f11d2bd
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
Expand Up @@ -5,19 +5,19 @@ certifi==2024.2.2
charset-normalizer==3.3.2
debugpy==1.8.1
docutils==0.20.1
grpcio==1.62.2
grpcio-tools==1.62.2
grpcio==1.63.0
grpcio-tools==1.63.0
idna==3.7
importlib-metadata==7.1.0
jaraco.classes==3.4.0
keyring==25.2.0
keyring==25.2.1
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.2.0
pkginfo==1.10.0
protobuf==4.25.3
pyfakefs==5.4.1
Pygments==2.17.2
pyfakefs==5.5.0
Pygments==2.18.0
readme-renderer==43.0
redbaron==0.9.2
requests==2.31.0
Expand All @@ -27,7 +27,7 @@ rich==13.7.1
rply==0.7.8
setuptools==69.5.1
six==1.16.0
twine==5.0.0
twine==5.1.0
urllib3==2.2.1
webencodings==0.5.1
zipp==3.18.1
zipp==3.18.2

0 comments on commit f11d2bd

Please sign in to comment.