From 88f9de93cd94a7d848787bcdd96ce2634a15025e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:02:40 -0500 Subject: [PATCH] Bump grpcio from 1.53.0 to 1.53.2 in /python (#220) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/requirements-py2.txt | 2 +- python/requirements-py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements-py2.txt b/python/requirements-py2.txt index 7beae473..bd761a72 100644 --- a/python/requirements-py2.txt +++ b/python/requirements-py2.txt @@ -4,7 +4,7 @@ enum34==1.1.6 funcsigs==1.0.2 futures==3.2.0 googleapis-common-protos==1.5.8 -grpcio==1.53.0 +grpcio==1.53.2 more-itertools==5.0.0 pathlib2==2.3.3 pluggy==0.8.1 diff --git a/python/requirements-py3.txt b/python/requirements-py3.txt index 03e84cbf..00d54ada 100644 --- a/python/requirements-py3.txt +++ b/python/requirements-py3.txt @@ -1,7 +1,7 @@ atomicwrites==1.3.0 attrs==18.2.0 googleapis-common-protos==1.5.8 -grpcio==1.53.0 +grpcio==1.53.2 grpcio-tools==1.19.0 more-itertools==6.0.0 pluggy==0.8.1