From 7871042c1a6b5ebd29ef0302f9f30504c50bccc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:15:55 +0000 Subject: [PATCH] Bump aiohttp from 3.3.2 to 3.7.4 in /Test_framework Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.3.2 to 3.7.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.3.2...v3.7.4) Signed-off-by: dependabot[bot] --- Test_framework/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test_framework/requirements.txt b/Test_framework/requirements.txt index 3ea3c96..6ceda07 100644 --- a/Test_framework/requirements.txt +++ b/Test_framework/requirements.txt @@ -1,3 +1,3 @@ xlrd==1.1.0 pyyaml==3.12 -aiohttp==3.3.2 \ No newline at end of file +aiohttp==3.7.4 \ No newline at end of file