From 1b074493c87573e12733aad55436d1b4353bfa01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:04:20 +0000 Subject: [PATCH] Bump gradio from 3.12.0 to 3.13.2 in /nlp/bloom/popxl Bumps [gradio](https://github.com/gradio-app/gradio) from 3.12.0 to 3.13.2. - [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/v3.12.0...v3.13.2) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlp/bloom/popxl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlp/bloom/popxl/requirements.txt b/nlp/bloom/popxl/requirements.txt index cb52077ca..3f01b7503 100644 --- a/nlp/bloom/popxl/requirements.txt +++ b/nlp/bloom/popxl/requirements.txt @@ -8,7 +8,7 @@ torch==1.13.1 numpy==1.23.5 scipy>=1.5.4 more-itertools -gradio==3.12.0 +gradio==3.13.2 tqdm==4.64.1 httpcore==0.15