From 310302f730b75c8f856330dcb076e70b112058e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 22:46:23 +0000 Subject: [PATCH] Bump gradio from 4.44.1 to 5.31.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 4.44.1 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.44.1...gradio@5.31.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 5.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8e63c3..1e65e9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "markdown2[all]", "numpy", "scikit-learn==1.5.0", - "gradio==4.44.1", + "gradio==5.31.0", "gradio_client", "spaces", "requests",