From 241527f3f95dd0c4f2c5cbfdfd9265b3ea15cf28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:02:43 +0000 Subject: [PATCH] Bump gradio in /ai/generative-ai-service/complex-document-rag/files Bumps [gradio](https://github.com/gradio-app/gradio) from 6.7.0 to 6.15.1. - [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@6.7.0...gradio@6.15.1) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../complex-document-rag/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/generative-ai-service/complex-document-rag/files/requirements.txt b/ai/generative-ai-service/complex-document-rag/files/requirements.txt index 3b8642510d..e070dd1549 100644 --- a/ai/generative-ai-service/complex-document-rag/files/requirements.txt +++ b/ai/generative-ai-service/complex-document-rag/files/requirements.txt @@ -1,5 +1,5 @@ # Core Dependencies -gradio==6.7.0 +gradio==6.15.1 chromadb==0.5.3 python-dotenv==1.2.2