From 2b7e0eaeca417f707cfae698ae198137294c5975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:15:55 +0000 Subject: [PATCH 1/2] Bump gradio from 4.19.2 to 4.37.1 Bumps [gradio](https://github.com/gradio-app/gradio) from 4.19.2 to 4.37.1. - [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.19.2...gradio@4.37.1) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e25ed0..6ee6fda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ discord.py==1.7.3 fastapi==0.109.1 -gradio==4.19.2 +gradio==4.37.1 python-dotenv==1.0.0 requests==2.31.0 Telethon==1.33.1 From 00f90533857f6c51e556406a0a5107257bb8512a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:17:00 +0000 Subject: [PATCH 2/2] Bump requests from 2.31.0 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ee6fda..bc1d19b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ discord.py==1.7.3 fastapi==0.109.1 gradio==4.37.1 python-dotenv==1.0.0 -requests==2.31.0 +requests==2.32.2 Telethon==1.33.1 uvicorn==0.26.0 aiofiles==23.2.1