From 6636ef4c878b35522eb922c71c1ba176f9c00fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 03:27:56 +0000 Subject: [PATCH] Bump gradio from 4.19.2 to 5.31.0 in /chat-assistant Bumps [gradio](https://github.com/gradio-app/gradio) from 4.19.2 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.19.2...gradio@5.31.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 5.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chat-assistant/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-assistant/requirements.txt b/chat-assistant/requirements.txt index 329f886d7..7333ce7cc 100644 --- a/chat-assistant/requirements.txt +++ b/chat-assistant/requirements.txt @@ -4,4 +4,4 @@ faiss-cpu unstructured tiktoken rich #for console formatting -gradio==4.19.2 \ No newline at end of file +gradio==5.31.0 \ No newline at end of file