From 4326159b830b721e1a61b9d1f03d8e35da0b2331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:36:14 +0000 Subject: [PATCH] build(deps): update gradio requirement from <7,>=6.26.0 to >=6.27.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@6.26.0...gradio@6.27.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.27.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 c0ca630..1960d81 100644 --- a/requirements-demo.txt +++ b/requirements-demo.txt @@ -1 +1 @@ -gradio>=6.26.0,<7 +gradio>=6.27.0,<7