From 798c4874509d0ed7cda68b19eea7dba09593871e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:05:27 +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.75.0 - [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.75.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.75.0 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 fe266e5f9..eac760889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers=[ ] dependencies=[ "protobuf>=3.20,<7", - "grpcio>=1.50.0,<1.75", + "grpcio>=1.50.0,<1.76", "grpcio-health-checking>=1.45.0,<1.68", "ansys-api-speos==0.15.3", "ansys-tools-path>=0.3.1", From a26e9f2d62f589f4483dc501d7a3e574ee0e7404 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:07:00 +0000 Subject: [PATCH 2/2] chore: adding changelog file 735.dependencies.md [dependabot-skip] --- doc/changelog.d/735.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/735.dependencies.md diff --git a/doc/changelog.d/735.dependencies.md b/doc/changelog.d/735.dependencies.md new file mode 100644 index 000000000..8f6059642 --- /dev/null +++ b/doc/changelog.d/735.dependencies.md @@ -0,0 +1 @@ +Update grpcio requirement from <1.75,>=1.50.0 to >=1.50.0,<1.76 in the grpc-deps group