From 7ac75cf2e77c74fe86632f7bcdaee3f5ace9e996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:35:35 +0000 Subject: [PATCH] MAINT: Bump grpcio from 1.60.1 to 1.62.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.60.1 to 1.62.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.60.1...v1.62.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 4a754ae53..7425110d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "grpcio==1.60.1", + "grpcio==1.62.0", "protobuf==3.20.3", "pytest==8.0.1", "pytest-cov==4.1.0",