From 1c23dabad5a3a4f6c42e2c48d56dce1b7140956b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:47:39 +0000 Subject: [PATCH 1/2] build: bump the grpc-deps group across 1 directory with 3 updates Bumps the grpc-deps group with 3 updates in the / directory: [grpcio](https://github.com/grpc/grpc), [grpcio-health-checking](https://grpc.io) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `grpcio` from 1.67.1 to 1.68.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.67.1...v1.68.1) Updates `grpcio-health-checking` from 1.67.1 to 1.68.1 Updates `protobuf` from 5.28.3 to 5.29.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.28.3...v5.29.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps - dependency-name: grpcio-health-checking dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3064e0a40..2950252d4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,11 +54,11 @@ tests = [ "ansys-tools-visualization-interface==0.6.2", "beartype==0.19.0", "docker==7.1.0", - "grpcio==1.67.1", - "grpcio-health-checking==1.67.1", + "grpcio==1.68.1", + "grpcio-health-checking==1.68.1", "numpy==2.2.1", "Pint==0.24.4", - "protobuf==5.28.3", + "protobuf==5.29.2", "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-pyvista==0.1.9", @@ -82,8 +82,8 @@ doc = [ "ansys-tools-visualization-interface==0.6.2", "beartype==0.19.0", "docker==7.1.0", - "grpcio==1.67.1", - "grpcio-health-checking==1.67.1", + "grpcio==1.68.1", + "grpcio-health-checking==1.68.1", "ipyvtklink==0.2.3", "jupyter_sphinx==0.5.3", "jupytext==1.16.6", @@ -95,7 +95,7 @@ doc = [ "numpy==2.2.1", "panel==1.5.5", "Pint==0.24.4", - "protobuf==5.28.3", + "protobuf==5.29.2", "pyvista[jupyter]==0.44.2", "requests==2.32.3", "scipy==1.15.0", From 0dc33b4b9e201cdce6ce03759d0cdeb36da3c66a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:49:57 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1596.dependencies.md [dependabot-skip] --- doc/changelog.d/1596.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1596.dependencies.md diff --git a/doc/changelog.d/1596.dependencies.md b/doc/changelog.d/1596.dependencies.md new file mode 100644 index 0000000000..22aa8c7f2b --- /dev/null +++ b/doc/changelog.d/1596.dependencies.md @@ -0,0 +1 @@ +bump the grpc-deps group across 1 directory with 3 updates \ No newline at end of file