From 88f0c357bca4bcda2030e41f99a92a88b370d849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:08:46 +0000 Subject: [PATCH] build(deps): update grpcio requirement Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. Updates `grpcio` to 1.64.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.43.0...v1.64.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9074b3c..061494d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ psutil~=5.8.0 requests~=2.31.0 -grpcio~=1.43.0 +grpcio~=1.64.1 protobuf~=3.19.4 docker~=7.0.0 dataclasses~=0.8; python_version < '3.7'