Skip to content

Commit 9bf2617

Browse files
build(pip): update grpcio requirement in the grpc-deps group
Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. Updates `grpcio` to 1.72.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.50.0...v1.72.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.72.1 dependency-type: direct:production dependency-group: grpc-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b395b32 commit 9bf2617

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
@@ -28,7 +28,7 @@ classifiers=[
2828
]
2929
dependencies=[
3030
"protobuf>=3.20,<7",
31-
"grpcio>=1.50.0,<1.71",
31+
"grpcio>=1.50.0,<1.73",
3232
"grpcio-health-checking>=1.45.0,<1.68",
3333
"ansys-api-speos==0.15.2",
3434
"ansys-tools-path>=0.3.1",

0 commit comments

Comments
 (0)