From f438f86382e8a9261e38caad315db5af24f1cbcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:20:19 +0000 Subject: [PATCH] Update requests requirement from ~=2.31.0 to ~=2.32.2 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.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 71105c1..2d25b3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ aiohttp~=3.9.5 bs4~=0.0.1 beautifulsoup4~=4.12.3 colorama~=0.4.6 -requests~=2.31.0 \ No newline at end of file +requests~=2.32.2 \ No newline at end of file