From 5d5ab7ee578d84a73a13bdd7e1a45bb8d5343eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:25:07 +0000 Subject: [PATCH] Update requests requirement from ~=2.31.0 to ~=2.32.3 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.3) --- 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..8c650ba 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.3 \ No newline at end of file