From f2ed5ef39a3dcf4eb5ec4f907c3f00a82209d65f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:44:24 +0000 Subject: [PATCH] build(deps): bump gradio in /mnist-classifaction/deploy_model Bumps [gradio](https://github.com/gradio-app/gradio) from 4.43.0 to 5.5.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.43.0...gradio@5.5.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mnist-classifaction/deploy_model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnist-classifaction/deploy_model/requirements.txt b/mnist-classifaction/deploy_model/requirements.txt index 40b897a..897024f 100644 --- a/mnist-classifaction/deploy_model/requirements.txt +++ b/mnist-classifaction/deploy_model/requirements.txt @@ -1,2 +1,2 @@ -gradio==4.43.0 +gradio==5.5.0 tensorflow==2.15.0