From 6346dff7dcdd99000f768a00dcd3a500ec66fa67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:25:35 +0000 Subject: [PATCH] Bump grpcio from 1.54.0 to 1.54.3 in /examples/grpc/mnist_client 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] --- examples/grpc/mnist_client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grpc/mnist_client/requirements.txt b/examples/grpc/mnist_client/requirements.txt index 1d1fd71..f5a8012 100644 --- a/examples/grpc/mnist_client/requirements.txt +++ b/examples/grpc/mnist_client/requirements.txt @@ -1 +1 @@ -grpcio==1.54.0 +grpcio==1.54.3