From 57c1794e41be044ce82486f11f14d318b2dbade2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 07:28:14 +0000 Subject: [PATCH] MAINT: Bump grpcio from 1.62.1 to 1.62.2 Bumps [grpcio](https://github.com/grpc/grpc) from 1.62.1 to 1.62.2. - [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.62.1...v1.62.2) --- 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 7f14d80f5..bda8fc031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "grpcio==1.62.1", + "grpcio==1.62.2", "protobuf==3.20.3", "pytest==8.1.1", "pytest-cov==5.0.0",