From a5a02cd77b3402a12a197570d256bed392d3bba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:18:39 +0000 Subject: [PATCH] Bump grpcio from 1.42.0 to 1.53.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.42.0 to 1.53.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.42.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36764fa..aa80118 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ google-crc32c==1.3.0; python_version >= "3.6" and python_full_version < "3.0.0" google-resumable-media==2.1.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" googleapis-common-protos==1.53.0; platform_python_implementation != "PyPy" and python_version >= "3.6" grpcio-status==1.42.0; platform_python_implementation != "PyPy" and python_version >= "3.6" -grpcio==1.42.0; platform_python_implementation != "PyPy" and python_version >= "3.6" +grpcio==1.53.0; platform_python_implementation != "PyPy" and python_version >= "3.6" gunicorn==20.1.0; python_version >= "3.5" httplib2==0.20.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" idna==3.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"