From 29cde495f3921ab5b638e9edcdc30557fae9f909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:38:21 +0000 Subject: [PATCH] Bump gradio from 3.36.1 to 4.11.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 3.36.1 to 4.11.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/commits) --- updated-dependencies: - dependency-name: gradio 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 47dccaec7..4023844a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "tabulate", "ray[tune]", "ray[serve]", - "gradio==3.36.1", + "gradio==4.11.0", "gymnasium", "dm-tree", "tensorboard",