Skip to content

Commit 0ccb71e

Browse files
dependabot[bot]Marenz
authored andcommitted
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 0ccb71e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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

@@ -52,7 +52,7 @@ dependencies = [
5252
# We couldn't find any document with a spec about the cross-version runtime
5353
# guarantee for grpcio, so unless we find one in the future, we'll assume
5454
# major version jumps are not compatible
55-
"grpcio >= 1.68.0, < 2", # Do not widen beyond 2!
55+
"grpcio >= 1.68.1, < 2", # Do not widen beyond 2!
5656
]
5757
dynamic = ["version"]
5858

0 commit comments

Comments
 (0)