From 8599b3d7f2f6d57412630cfcc4fa250d975f5618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:16:33 +0000 Subject: [PATCH] Bump gradio from 4.44.1 to 6.7.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 4.44.1 to 6.7.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@6.7.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.7.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..b95cebe 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==6.7.0", "gradio_client", "spaces", "requests",