From 8143e6385307087d2b1d2a5facb6e9d4c320cbc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 05:21:36 +0000 Subject: [PATCH] Bump aiofiles from 0.6.0 to 0.7.0 Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v0.6.0...v0.7.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c50fa586..2987db0b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ sdnotify==0.3.2 fastapi==0.64.0 uvicorn==0.13.4 pyjwt==2.1.0 -aiofiles==0.6.0 +aiofiles==0.7.0 # Support for colorized terminal output colorama==0.4.4