From badb3d4543bc512b1673d3d9fe2491b05eb6d722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 03:14:46 +0000 Subject: [PATCH] Update gradio-client requirement in /framework/gradio Updates the requirements on [gradio-client](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_client@1.0.1...gradio_client@1.1.0) --- updated-dependencies: - dependency-name: gradio-client dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- framework/gradio/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/gradio/requirements-dev.txt b/framework/gradio/requirements-dev.txt index 9e1552af..27571a4b 100644 --- a/framework/gradio/requirements-dev.txt +++ b/framework/gradio/requirements-dev.txt @@ -1,2 +1,2 @@ -gradio-client==1.0.* +gradio-client==1.1.* pytest<9