From c72aad66cdcb8d4649dada657c24530bf46044d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:03:18 +0000 Subject: [PATCH 1/2] build: bump grpcio from 1.71.2 to 1.75.1 Bumps [grpcio](https://github.com/grpc/grpc) from 1.71.2 to 1.75.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.71.2...v1.75.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.75.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index acabd70f..57cfca74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ scripts.save-ansys-path = "ansys.tools.common.path.save:cli" [dependency-groups] tests = [ - "grpcio==1.71.2", + "grpcio==1.75.1", "grpcio-health-checking==1.71.2", "hypothesis==6.135.10", "pyfakefs==5.9.3", @@ -63,7 +63,7 @@ tests = [ doc = [ "ansys-sphinx-theme[autoapi]==1.6.3", - "grpcio==1.71.2", + "grpcio==1.75.1", "grpcio-health-checking==1.71.2", "sphinx-click==4.4.0", "sphinx-copybutton==0.5.2", From d36d59121f2375ab05b416a03311c498be7b5432 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:03:41 +0000 Subject: [PATCH 2/2] chore: adding changelog file 53.dependencies.md [dependabot-skip] --- doc/source/changelog/53.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/53.dependencies.md diff --git a/doc/source/changelog/53.dependencies.md b/doc/source/changelog/53.dependencies.md new file mode 100644 index 00000000..0bcfe780 --- /dev/null +++ b/doc/source/changelog/53.dependencies.md @@ -0,0 +1 @@ +Build: bump grpcio from 1.71.2 to 1.75.1