From 5686cd2314e8291223d216e81010e77fea71dd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 16:17:53 +0000 Subject: [PATCH] :arrow_up: bump grpcio from 1.44.0 to 1.51.1 Bumps [grpcio](https://github.com/grpc/grpc) from 1.44.0 to 1.51.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.44.0...v1.51.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dbf104d..7c709ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ dependency-injector==4.38.0; python_full_version >= "3.6.1" docker==5.0.3; python_version >= "3.6" and python_full_version >= "3.6.1" flask==2.0.3; python_version >= "3.6" and python_full_version >= "3.6.1" frozenlist==1.3.0; python_version >= "3.7" and python_full_version >= "3.6.1" -grpcio==1.44.0; python_version >= "3.6" and python_full_version >= "3.6.1" +grpcio==1.51.1; python_version >= "3.6" and python_full_version >= "3.6.1" gunicorn==20.1.0; python_version >= "3.5" and python_full_version >= "3.6.1" humanfriendly==10.0; python_full_version >= "3.6.1" idna==3.3; python_version >= "3.6" and python_full_version >= "3.6.1"