From cfec2be18f38f7f710ad2d8819caeb6c2dc3d58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:21:45 +0000 Subject: [PATCH] Bump gradio in /examples/function_samples/grpc_echo_sample/client Bumps [gradio](https://github.com/gradio-app/gradio) from 3.9.1 to 5.31.0. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/v3.9.1...gradio@5.31.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 5.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../function_samples/grpc_echo_sample/client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/function_samples/grpc_echo_sample/client/requirements.txt b/examples/function_samples/grpc_echo_sample/client/requirements.txt index 6ba2f3e..1d766a5 100644 --- a/examples/function_samples/grpc_echo_sample/client/requirements.txt +++ b/examples/function_samples/grpc_echo_sample/client/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.59.3 grpcio-tools==1.59.3 Pillow==10.0.0 -gradio==3.9.1 +gradio==5.31.0 httpx==0.24.1 \ No newline at end of file