Skip to content

Commit 7066123

Browse files
Bump the required group across 1 directory with 2 updates
Bumps the required group with 2 updates in the / directory: [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc). 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) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f98826 commit 7066123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ requires = [
1111
# versions can't work with code that was generated with newer versions.
1212
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
1313
"protobuf == 5.29.0",
14-
"grpcio-tools == 1.68.0",
15-
"grpcio == 1.68.0",
14+
"grpcio-tools == 1.68.1",
15+
"grpcio == 1.68.1",
1616
]
1717
build-backend = "setuptools.build_meta"
1818

0 commit comments

Comments
 (0)