From cb7844bdcac68f128dbac2088bbdb5353c30acdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 09:05:02 +0000 Subject: [PATCH] chore(deps): update requests requirement Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.23.0...v2.27.1) --- 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 5c8a26f..d2f2c76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ scramp>=1.2.0,<1.5.0 pytz>=2020.1,<2021.9 beautifulsoup4>=4.7.0,<5.0.0 boto3>=1.9.201,<2.0.0 -requests>=2.23.0,<2.26.1 +requests>=2.23.0,<2.27.2 lxml>=4.6.5 botocore>=1.12.201,<2.0.0 packaging