From 5d920bed4dbd8c49ec81d885135f70083f3d957c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 14:24:10 +0000 Subject: [PATCH] [noissue]: Bump aiofiles from 0.7.0 to 0.8.0 Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: aiofiles dependency-type: direct:production update-type: version-update:semver-minor ... 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..4002f5b8541 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==0.8.0 backoff~=1.10.0 click<9.0 Django~=2.2.24 # LTS version, switch only if we have a compelling reason to