From 9acda46087f64812af0682295c672d249d15a375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:39:18 +0000 Subject: [PATCH] build(deps): update gradio requirement from <7,>=5 to >=6.25.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.25.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.25.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..9b9c9d7 100644 --- a/requirements-demo.txt +++ b/requirements-demo.txt @@ -1 +1 @@ -gradio>=5,<7 +gradio>=6.25.0,<7