From 3ef29143726918947fbe6c7f90d60b3949ad16af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:03:38 +0000 Subject: [PATCH] [noissue]: Bump aiofiles from 0.7.0 to 23.1.0 Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.7.0 to 23.1.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v0.7.0...v23.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dac42df6f8..013c1d9b2a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asyncio-throttle~=1.0 aiohttp~=3.7.4 aiodns~=3.0.0 -aiofiles==0.7.0 +aiofiles==23.1.0 backoff~=1.10.0 click<9.0 Django~=2.2.24 # LTS version, switch only if we have a compelling reason to