From 2fc0b39e0a298b1ec9808e13527be106b8be1b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:18:10 +0000 Subject: [PATCH] Bump grpcio from 1.54.0 to 1.54.3 in /code-env/python/spec Bumps [grpcio](https://github.com/grpc/grpc) from 1.54.0 to 1.54.3. - [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.54.0...v1.54.3) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code-env/python/spec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt index 617e5d7..00e20bb 100644 --- a/code-env/python/spec/requirements.txt +++ b/code-env/python/spec/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.39.0; python_version <= '3.6' -grpcio==1.54.0; python_version > '3.6' +grpcio==1.54.3; python_version > '3.6' google-api-python-client==1.12.3 google-cloud-language==1.3.0 tqdm==4.50.1