From a739f00073263e2d918c915d196a8c655f3a841a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:23:35 +0000 Subject: [PATCH] chore(deps): Bump gradio-client in /frontend_single_user Bumps [gradio-client](https://github.com/gradio-app/gradio) from 2.4.0 to 2.4.1. - [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/commits) --- updated-dependencies: - dependency-name: gradio-client dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend_single_user/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_single_user/requirements.txt b/frontend_single_user/requirements.txt index 0e348936..c6325498 100644 --- a/frontend_single_user/requirements.txt +++ b/frontend_single_user/requirements.txt @@ -1,5 +1,5 @@ gradio==6.11.0 -gradio_client==2.4.0 +gradio_client==2.4.1 fastapi==0.135.3 uvicorn==0.42.0 httpx==0.28.1