From 9f54a829139d1fa390ee752cbb598aba11dfc7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:41:21 +0000 Subject: [PATCH] Bump gradio Bumps [gradio](https://github.com/gradio-app/gradio) from 4.37.2 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@4.37.2...gradio@5.11.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../video_1_llm_assistant_cloud_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/llm_video_series/video_1_llm_assistant_cloud_app/requirements.txt b/community/llm_video_series/video_1_llm_assistant_cloud_app/requirements.txt index 15819ec46..366086257 100644 --- a/community/llm_video_series/video_1_llm_assistant_cloud_app/requirements.txt +++ b/community/llm_video_series/video_1_llm_assistant_cloud_app/requirements.txt @@ -4,4 +4,4 @@ llama-index-llms-nvidia==0.1.4 llama-index-embeddings-nvidia==0.1.4 llama-index-vector-stores-milvus==0.1.20 pymilvus==2.4.4 -gradio==4.37.2 \ No newline at end of file +gradio==5.11.0 \ No newline at end of file