From 03f722e5c2f00b214a9612ef93e9b6e7b772acb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:14:45 +0200 Subject: [PATCH] build: bump grpcio from 1.64.1 to 1.65.0 in the grpc-deps group (#3270) * build: bump grpcio from 1.64.1 to 1.65.0 in the grpc-deps group Bumps the grpc-deps group with 1 update: [grpcio](https://github.com/grpc/grpc). Updates `grpcio` from 1.64.1 to 1.65.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.64.1...v1.65.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps ... Signed-off-by: dependabot[bot] * chore: adding changelog file 3270.dependencies.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: German <28149841+germa89@users.noreply.github.com> --- doc/changelog.d/3270.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3270.dependencies.md diff --git a/doc/changelog.d/3270.dependencies.md b/doc/changelog.d/3270.dependencies.md new file mode 100644 index 0000000000..4b8a8f2ebb --- /dev/null +++ b/doc/changelog.d/3270.dependencies.md @@ -0,0 +1 @@ +build: bump grpcio from 1.64.1 to 1.65.0 in the grpc-deps group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b9d10cdce1..d93c7f3e75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.53.0", "ansys-sphinx-theme==0.16.6", - "grpcio==1.64.1", + "grpcio==1.65.0", "imageio-ffmpeg==0.5.1", "imageio==2.34.2", "jupyter_sphinx==0.5.3",