From c484dd93a3b56578ee9894265c2d46e098ddd182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:09:36 +0000 Subject: [PATCH 1/3] build: bump the grpc-deps group with 2 updates Bumps the grpc-deps group with 2 updates: [grpcio](https://github.com/grpc/grpc) and [grpcio-health-checking](https://grpc.io). Updates `grpcio` 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) Updates `grpcio-health-checking` from 1.71.2 to 1.75.1 --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.75.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps - dependency-name: grpcio-health-checking dependency-version: 1.75.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index acabd70f..d2117c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,8 +53,8 @@ scripts.save-ansys-path = "ansys.tools.common.path.save:cli" [dependency-groups] tests = [ - "grpcio==1.71.2", - "grpcio-health-checking==1.71.2", + "grpcio==1.75.1", + "grpcio-health-checking==1.75.1", "hypothesis==6.135.10", "pyfakefs==5.9.3", "pytest==8.4.2", @@ -63,8 +63,8 @@ tests = [ doc = [ "ansys-sphinx-theme[autoapi]==1.6.3", - "grpcio==1.71.2", - "grpcio-health-checking==1.71.2", + "grpcio==1.75.1", + "grpcio-health-checking==1.75.1", "sphinx-click==4.4.0", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.19.0", From b130d1a816b553a274cd838b0cf11e658cbe5bfc Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:10:02 +0000 Subject: [PATCH 2/3] chore: adding changelog file 58.miscellaneous.md [dependabot-skip] --- doc/source/changelog/58.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/58.miscellaneous.md diff --git a/doc/source/changelog/58.miscellaneous.md b/doc/source/changelog/58.miscellaneous.md new file mode 100644 index 00000000..f04fa12d --- /dev/null +++ b/doc/source/changelog/58.miscellaneous.md @@ -0,0 +1 @@ +Build: bump the grpc-deps group with 2 updates From a40d08ee6a626d6a30c4a0f6bc51fe211ae9d5d0 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 08:15:38 +0000 Subject: [PATCH 3/3] chore: adding changelog file 58.dependencies.md [dependabot-skip] --- doc/source/changelog/{58.miscellaneous.md => 58.dependencies.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/source/changelog/{58.miscellaneous.md => 58.dependencies.md} (100%) diff --git a/doc/source/changelog/58.miscellaneous.md b/doc/source/changelog/58.dependencies.md similarity index 100% rename from doc/source/changelog/58.miscellaneous.md rename to doc/source/changelog/58.dependencies.md