From f8ca90abd616a46787ecaf9ba214ea2834f9c389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:57:25 +0000 Subject: [PATCH 1/2] 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.76.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.71.2...v1.76.0) Updates `grpcio-health-checking` from 1.71.2 to 1.76.0 --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps - dependency-name: grpcio-health-checking dependency-version: 1.76.0 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 02b060c..842ff2d 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.76.0", + "grpcio-health-checking==1.76.0", "hypothesis==6.142.1", "pyfakefs==5.10.0", "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.76.0", + "grpcio-health-checking==1.76.0", "sphinx-click==6.1.0", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.19.0", From 55ce94b8131f511c72bdd07f96c496da873356c5 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:57:54 +0000 Subject: [PATCH 2/2] chore: adding changelog file 68.miscellaneous.md [dependabot-skip] --- doc/source/changelog/68.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/68.miscellaneous.md diff --git a/doc/source/changelog/68.miscellaneous.md b/doc/source/changelog/68.miscellaneous.md new file mode 100644 index 0000000..f04fa12 --- /dev/null +++ b/doc/source/changelog/68.miscellaneous.md @@ -0,0 +1 @@ +Build: bump the grpc-deps group with 2 updates