From 87d2f507d38645a47e74be88e4f2b983fbd68ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:28:34 +0000 Subject: [PATCH] MAINT: Bump grpcio from 1.65.4 to 1.65.5 Bumps [grpcio](https://github.com/grpc/grpc) from 1.65.4 to 1.65.5. - [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.4...v1.65.5) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bd86e868..c9fbf95d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "grpcio==1.65.4", + "grpcio==1.65.5", "protobuf==3.20.3", "pytest==8.3.2", "pytest-cov==5.0.0",