Skip to content

Commit cdd431f

Browse files
Update grpcio-tools requirement from 1.70.0 to 1.71.0 (#254)
Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [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.70.0...v1.71.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.71.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f31d101 commit cdd431f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
python = "^3.9"
2525
protobuf = "5.29.5"
2626
grpcio = "1.72.1"
27-
grpcio-tools = "1.70.0"
27+
grpcio-tools = "1.71.0"
2828
jsonpickle = ">=3.0,<4.2"
2929
pymitter = ">=0.4,<1.1"
3030
typing-extensions = ">=4.11,<4.14"

0 commit comments

Comments
 (0)