Skip to content

Commit 144a103

Browse files
chore(deps-dev): update grpcio-tools requirement in /sdk (#128)
Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.80.0...v1.81.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.81.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zeev <zeevdr@users.noreply.github.com>
1 parent 9182008 commit 144a103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
"mypy>=2.1.0",
4343
"mypy-protobuf>=5.1.0",
4444
"ruff>=0.15.16",
45-
"grpcio-tools>=1.80.0",
45+
"grpcio-tools>=1.81.0",
4646
"pdoc>=16.0.0",
4747
]
4848

0 commit comments

Comments
 (0)