From 2d75776de782aec5ac9bb4430b2f02de9aa0b9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 08:49:16 +0000 Subject: [PATCH] Update aiofiles requirement from ~=22.1.0 to ~=23.2.1 Updates the requirements on [aiofiles](https://github.com/Tinche/aiofiles) to permit the latest version. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v22.1.0...v23.2.1) --- updated-dependencies: - dependency-name: aiofiles 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..f2a2508 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asyncio~=3.4.3 aioconsole~=0.7.1 -aiofiles~=22.1.0 +aiofiles~=23.2.1 aiohttp~=3.9.5 bs4~=0.0.1 beautifulsoup4~=4.12.3