Skip to content

Commit a4e60ff

Browse files
Update grpcio requirement from 1.73.0 to 1.73.1 (#263)
Updates the requirements on [grpcio](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.73.0...v1.73.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.73.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0757c94 commit a4e60ff

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
@@ -23,7 +23,7 @@ classifiers = [
2323
[tool.poetry.dependencies]
2424
python = "^3.9"
2525
protobuf = "5.29.5"
26-
grpcio = "1.73.0"
26+
grpcio = "1.73.1"
2727
grpcio-tools = "1.71.0"
2828
jsonpickle = ">=3.0,<4.2"
2929
pymitter = ">=0.4,<1.1"

0 commit comments

Comments
 (0)