From 47b98e87e428e613e7e88f3c5dc708420310bb59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 06:30:09 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.28.2 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.28.2...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 ca9afa5..5f162ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyrsistent==0.19.3 ; python_full_version == "3.8.10" python-dateutil==2.8.2 ; python_full_version == "3.8.10" pytz-deprecation-shim==0.1.0.post0 ; python_full_version == "3.8.10" requests-toolbelt==0.10.1 ; python_full_version == "3.8.10" -requests==2.28.2 ; python_full_version == "3.8.10" +requests==2.31.0 ; python_full_version == "3.8.10" rfc3987==1.3.8 ; python_full_version == "3.8.10" rtstatlib==1.0.0 ; python_full_version == "3.8.10" setuptools==65.7.0 ; python_full_version == "3.8.10"