From 178f11c302a42dcb667f84ff3981ee6f128065f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 22:47:18 +0000 Subject: [PATCH] Bump gradio from 5.17.0 to 5.31.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 5.17.0 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@5.17.0...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 2306c0c..f8ec849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "tyro", "fire", "ninja", - "gradio==5.17.0", + "gradio==5.31.0", "einops", "colorama", "splines",