From 89fde125a815147dc064faa5e309cd7314f09c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:44:23 +0000 Subject: [PATCH 1/3] build: bump grpcio from 1.65.2 to 1.65.4 in the grpc-deps group Bumps the grpc-deps group with 1 update: [grpcio](https://github.com/grpc/grpc). Updates `grpcio` from 1.65.2 to 1.65.4 - [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.65.2...v1.65.4) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch 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 bcef3bfb54..78f53e1cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ doc = [ "ansys-mapdl-reader==0.53.0", "ansys-tools-visualization-interface==0.4.0", "ansys-sphinx-theme==0.16.6", - "grpcio==1.65.2", + "grpcio==1.65.4", "imageio-ffmpeg==0.5.1", "imageio==2.34.2", "jupyter_sphinx==0.5.3", From 7f2cf08a1cff9f577ae374911ad1a0b2181649c5 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:45:48 +0000 Subject: [PATCH 2/3] chore: adding changelog file 3344.dependencies.md --- doc/changelog.d/3344.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3344.dependencies.md diff --git a/doc/changelog.d/3344.dependencies.md b/doc/changelog.d/3344.dependencies.md new file mode 100644 index 0000000000..b0affd6d75 --- /dev/null +++ b/doc/changelog.d/3344.dependencies.md @@ -0,0 +1 @@ +build: bump grpcio from 1.65.2 to 1.65.4 in the grpc-deps group \ No newline at end of file From 2abc2e77eb0b76eb7ae3172e4c5ec6f4b2271234 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:29:50 +0200 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd562e80d9..3a8b253c56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,8 +76,8 @@ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.53.0", "ansys-tools-visualization-interface==0.4.0", - "grpcio==1.65.4", "ansys-sphinx-theme==1.0.2", + "grpcio==1.65.4", "imageio-ffmpeg==0.5.1", "imageio==2.34.2", "jupyter_sphinx==0.5.3",