From 9bf26178f9c6886ac6aea88488c1a9c29bdeddae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 07:21:31 +0000 Subject: [PATCH 1/2] 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](https://github.com/grpc/grpc/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69b6934cc..3923a5ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers=[ ] dependencies=[ "protobuf>=3.20,<7", - "grpcio>=1.50.0,<1.71", + "grpcio>=1.50.0,<1.73", "grpcio-health-checking>=1.45.0,<1.68", "ansys-api-speos==0.15.2", "ansys-tools-path>=0.3.1", From c6c44dbdd73d10ab7b723b2d71ea444dfb982cba Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 11 Jun 2025 07:22:57 +0000 Subject: [PATCH 2/2] chore: adding changelog file 617.dependencies.md [dependabot-skip] --- doc/changelog.d/617.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/617.dependencies.md diff --git a/doc/changelog.d/617.dependencies.md b/doc/changelog.d/617.dependencies.md new file mode 100644 index 000000000..cefc8e6c7 --- /dev/null +++ b/doc/changelog.d/617.dependencies.md @@ -0,0 +1 @@ +Update grpcio requirement from <1.71,>=1.50.0 to >=1.50.0,<1.73 in the grpc-deps group \ No newline at end of file