From bfd38ae5c275d47ff3451556fe224b0be31e6a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 07:56:30 +0000 Subject: [PATCH] MAINT: Bump grpcio from 1.56.2 to 1.57.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.56.2 to 1.57.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.56.2...v1.57.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 3547e64e5..6c6251fe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "grpcio==1.56.2", + "grpcio==1.57.0", "protobuf==3.20.3", "pytest==7.4.0", "pytest-cov==4.1.0",