From fae58388ed6f09a5645a75a4d3b5e305d35726e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:21:27 +0000 Subject: [PATCH 1/2] build: bump grpcio from 1.67.0 to 1.67.1 in the grpc-deps group Bumps the grpc-deps group with 1 update: [grpcio](https://github.com/grpc/grpc). Updates `grpcio` from 1.67.0 to 1.67.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.0...v1.67.1) --- 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 7fd43b37d9..bf8777c56c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ doc = [ "ansys-mapdl-reader==0.54.1", "ansys-tools-visualization-interface==0.4.7", "ansys-sphinx-theme==1.1.7", - "grpcio==1.67.0", + "grpcio==1.67.1", "imageio-ffmpeg==0.5.1", "imageio==2.36.0", "jupyter==1.1.1", From 20085a5c4129e26737999cbd1e6404f0540a2e95 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:22:35 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3533.dependencies.md [dependabot-skip] --- doc/changelog.d/3533.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3533.dependencies.md diff --git a/doc/changelog.d/3533.dependencies.md b/doc/changelog.d/3533.dependencies.md new file mode 100644 index 0000000000..e25f8a7db5 --- /dev/null +++ b/doc/changelog.d/3533.dependencies.md @@ -0,0 +1 @@ +build: bump grpcio from 1.67.0 to 1.67.1 in the grpc-deps group \ No newline at end of file