From d012956e3cf24180ea1206940ca10a7357f7ceb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 08:27:41 +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.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@6.7.0...gradio@6.15.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.15.0 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 3b8642510..da2ca4ca9 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.0 chromadb==0.5.3 python-dotenv==1.2.2