From 0185e5e776a5b6b18b7b83c2cb5b2c21ba317aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:15:42 +0000 Subject: [PATCH] Bump grpcio from 1.43.0 to 1.53.2 in /custom-nb-image/requirements Bumps [grpcio](https://github.com/grpc/grpc) from 1.43.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.43.0...v1.53.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom-nb-image/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-nb-image/requirements/requirements.txt b/custom-nb-image/requirements/requirements.txt index 35b5d559..4a883302 100644 --- a/custom-nb-image/requirements/requirements.txt +++ b/custom-nb-image/requirements/requirements.txt @@ -64,7 +64,7 @@ googleapis-common-protos==1.56.4; python_version >= '3.7' gpustat==1.0.0 graphviz==0.20.1; python_version >= '3.7' greenery==3.3.3 -grpcio==1.43.0; python_version >= '3.6' +grpcio==1.53.2; python_version >= '3.6' h11==0.14.0; python_version >= '3.7' hyperopt==0.2.5 idna==3.4; python_version >= '3.5'