From 3fe1a4416172c6260d3b49ff0808cd01b06a2039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:26:54 +0000 Subject: [PATCH] Bump grpcio from 1.54.0 to 1.54.3 in /ssf 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] --- ssf/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssf/pyproject.toml b/ssf/pyproject.toml index c1aec40..ff1dd9e 100644 --- a/ssf/pyproject.toml +++ b/ssf/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "typing-extensions==4.6.2", "requests==2.31.0", "wheel==0.38.1", - "grpcio==1.54.0", + "grpcio==1.54.3", "grpcio-tools==1.54.0", "grpcio-reflection==1.54.0" ]