From 6bc3bf545398104e863085bebc367cbd278467b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 14:43:55 +0000 Subject: [PATCH] Bump gradio in /Archive/old_code/old_structure/toolbox/local-rag Bumps [gradio](https://github.com/gradio-app/gradio) from 4.14.0 to 5.31.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.14.0...gradio@5.31.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 5.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../old_code/old_structure/toolbox/local-rag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Archive/old_code/old_structure/toolbox/local-rag/requirements.txt b/Archive/old_code/old_structure/toolbox/local-rag/requirements.txt index 316e1b0a..003455b8 100644 --- a/Archive/old_code/old_structure/toolbox/local-rag/requirements.txt +++ b/Archive/old_code/old_structure/toolbox/local-rag/requirements.txt @@ -2,7 +2,7 @@ langchain==0.0.351 langchain-community==0.0.13 chromadb==0.4.22 pdfplumber==0.10.3 -gradio==4.14.0 +gradio==5.31.0 ollama==0.1.6 python-dotenv==1.0.0 requests==2.31.0