From 1ff684416aa2b1da3acb1cd767baac398e8a3464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:23:08 +0000 Subject: [PATCH] chore(deps): Bump gradio from 6.11.0 to 6.12.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 6.11.0 to 6.12.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/gradio@6.11.0...gradio@6.12.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..5bf19e61 100644 --- a/frontend_single_user/requirements.txt +++ b/frontend_single_user/requirements.txt @@ -1,4 +1,4 @@ -gradio==6.11.0 +gradio==6.12.0 gradio_client==2.4.0 fastapi==0.135.3 uvicorn==0.42.0