From 49872c7bbef202bcd5a6af7fd3169bbcd92903c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:42:39 +0000 Subject: [PATCH] Bump gradio from 5.5.0 to 5.11.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 5.5.0 to 5.11.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.5.0...gradio@5.11.0) --- updated-dependencies: - dependency-name: gradio 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 5167f376..d362ad4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ transformers==4.44.2 # Visualization and UI matplotlib==3.7.2 tensorboard -gradio==5.5.0 +gradio==5.11.0 # Miscellaneous utilities certifi>=2023.07.22; sys_platform == 'darwin'