From 5673c5aa8a63a93660ef54d0b242f9b04b54c794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:11:17 +0000 Subject: [PATCH] CHORE: Bump grpcio from 1.66.0 to 1.66.1 in the core group Bumps the core group with 1 update: [grpcio](https://github.com/grpc/grpc). Updates `grpcio` from 1.66.0 to 1.66.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.66.0...v1.66.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c14dd08ec..de6e08e63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ tests = [ doc = [ "sphinx==8.0.2", "ansys-sphinx-theme[autoapi]==1.0.7", - "grpcio==1.66.0", + "grpcio==1.66.1", "imageio-ffmpeg==0.5.1", "imageio==2.35.1", "jupyter_sphinx==0.5.3",