From 52f5df225be4d42f566cc77ca953c9e83e97a5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 07:31:43 +0000 Subject: [PATCH] MAINT: Bump grpcio from 1.57.0 to 1.58.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.57.0 to 1.58.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.57.0...v1.58.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42176a6f5..403371d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "grpcio==1.57.0", + "grpcio==1.58.0", "protobuf==3.20.3", "pytest==7.4.1", "pytest-cov==4.1.0",