From 8ba126f38b4cdc37641ae3f17502c5ca86dcc29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 01:23:55 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.31.0 in /requirements 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/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 257fc94..ea2084a 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -13,7 +13,7 @@ itsdangerous==2.0.1 pytest==6.2.4 pytest-cov==2.12.1 mock==4.0.3 -requests==2.25.1 +requests==2.31.0 # Dependencies for emails fastapi-mail==0.4.0