From e84663fa55948a73629357d396e88ddfc07cf25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:41:19 +0000 Subject: [PATCH] build(deps): bump requests from 2.25.1 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. - [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.25.1...v2.31.0) --- 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 b8a959d..c75124e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ alembic==1.5.8 beautifulsoup4~=4.9.3 python-dotenv==0.21.0 python_telegram_bot==13.3 -requests==2.25.1 +requests==2.31.0 SQLAlchemy==1.3.23 psycopg2==2.9.3 fastapi~=0.85.0 \ No newline at end of file