From 0e4df59c0cc2fa8a7260993a29b6f20e3e6e1411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:46:28 +0000 Subject: [PATCH] build(deps): update gradio requirement from <7,>=5 to >=6.26.0,<7 Updates the requirements on [gradio](https://github.com/gradio-app/gradio) to permit the latest version. - [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@5.0.0...gradio@6.26.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-demo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-demo.txt b/requirements-demo.txt index 25c11ce..c0ca630 100644 --- a/requirements-demo.txt +++ b/requirements-demo.txt @@ -1 +1 @@ -gradio>=5,<7 +gradio>=6.26.0,<7