From 64441c8279d2683dfe1e8596a7257e3b5b9e1119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 02:38:39 +0000 Subject: [PATCH] Bump grpcio from 1.60.0 to 1.60.1 in /test Bumps [grpcio](https://github.com/grpc/grpc) from 1.60.0 to 1.60.1. - [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.0...v1.60.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/requirements.ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.ci.txt b/test/requirements.ci.txt index a3c2835e..875f8632 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,5 +1,5 @@ docker==7.0.0 -grpcio==1.60.0 +grpcio==1.60.1 protobuf==4.25.2 requests==2.31.0 urllib3==2.2.0