Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.68.0` | `1.68.1` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.68.0` | `1.68.1` |
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.11.2` | `1.12.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.0` | `5.29.1` |
| [pyfakefs](https://github.com/pytest-dev/pyfakefs) | `5.7.1` | `5.7.2` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` |


Updates `grpcio` from 1.68.0 to 1.68.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.68.0...v1.68.1)

Updates `grpcio-tools` from 1.68.0 to 1.68.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.68.0...v1.68.1)

Updates `pkginfo` from 1.11.2 to 1.12.0

Updates `protobuf` from 5.29.0 to 5.29.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.29.0...v5.29.1)

Updates `pyfakefs` from 5.7.1 to 5.7.2
- [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.7.1...v5.7.2)

Updates `six` from 1.16.0 to 1.17.0
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.16.0...1.17.0)

Updates `coverage` from 7.6.8 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.8...7.6.9)

---
updated-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: pkginfo
  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
- dependency-name: pyfakefs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: six
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 228d649 commit 402afb6
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,18 +5,18 @@ certifi==2024.8.30
charset-normalizer==3.4.0
debugpy==1.8.9
docutils==0.21.2
grpcio==1.68.0
grpcio-tools==1.68.0
grpcio==1.68.1
grpcio-tools==1.68.1
idna==3.10
importlib-metadata==8.5.0
jaraco.classes==3.4.0
keyring==25.5.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.5.0
pkginfo==1.11.2
protobuf==5.29.0
pyfakefs==5.7.1
pkginfo==1.12.0
protobuf==5.29.1
pyfakefs==5.7.2
Pygments==2.18.0
readme-renderer==44.0
redbaron==0.9.2
Expand All @@ -26,9 +26,9 @@ rfc3986==2.0.0
rich==13.9.4
rply==0.7.8
setuptools==75.6.0
six==1.16.0
six==1.17.0
twine==6.0.1
urllib3==2.2.3
webencodings==0.5.1
zipp==3.21.0
coverage==7.6.8
coverage==7.6.9

0 comments on commit 402afb6

Please sign in to comment.