From 12104836aedc19f89de008c68c29a20e6eb36d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:00:54 +0000 Subject: [PATCH] Bump grpcio from 1.53.0 to 1.53.2 in /pylibs/unittests Bumps [grpcio](https://github.com/grpc/grpc) from 1.53.0 to 1.53.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.53.0...v1.53.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pylibs/unittests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylibs/unittests/requirements.txt b/pylibs/unittests/requirements.txt index fd949d57..bcdaceee 100644 --- a/pylibs/unittests/requirements.txt +++ b/pylibs/unittests/requirements.txt @@ -1,4 +1,4 @@ grpcio-tools==1.46.3 -grpcio==1.53.0 +grpcio==1.53.2 protobuf==3.15.0 wheel==0.38.1