From 12e0fc78d2d46f3e593f3e9730740f75aaf7fa9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 06:20:21 +0000 Subject: [PATCH] Bump gradio from 5.11.0 to 6.7.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 5.11.0 to 6.7.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@5.11.0...gradio@6.7.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dec2afa..f71648f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ redis==5.0.0 # --- GUI Frameworks --- panel==1.3.0 -gradio==5.11.0 +gradio==6.7.0 streamlit==1.40.0 # --- Data Visualization ---