From 5575cd76dede37aaa278379ff827d6d21878cbd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:59:02 +0000 Subject: [PATCH] Update gradio requirement from ~=5.12 to ~=5.13 in /requirements Updates the requirements on [gradio](https://github.com/gradio-app/gradio) to permit the latest version. - [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@5.12.0...gradio@5.13.1) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 7b199dd..127b494 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ ovos-plugin-manager>=0.0.25,<1.0.0 fastapi~=0.115 uvicorn~=0.34 -gradio~=5.12 +gradio~=5.13 ovos-utils>=0.0.38,<1.0.0