From bcd8a9dadaa73a6b473e4964379cbbb55e0c4270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:28:14 +0000 Subject: [PATCH] [noissue]: Bump aiofiles from 0.7.0 to 22.1.0 Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.7.0 to 22.1.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v0.7.0...v22.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..672166ebea1 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==22.1.0 backoff~=1.10.0 click<9.0 Django~=2.2.24 # LTS version, switch only if we have a compelling reason to