From 924bb9253b61fd682742da0b57649c3f036a52e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:14:12 +0000 Subject: [PATCH] Bump aiohttp in /pythonBOOKS/Fluent-Python/code/17-futures/countries Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 0.13.1 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/v0.13.1...v3.7.4) Signed-off-by: dependabot[bot] --- .../Fluent-Python/code/17-futures/countries/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonBOOKS/Fluent-Python/code/17-futures/countries/requirements.txt b/pythonBOOKS/Fluent-Python/code/17-futures/countries/requirements.txt index c6462ae..ac72018 100644 --- a/pythonBOOKS/Fluent-Python/code/17-futures/countries/requirements.txt +++ b/pythonBOOKS/Fluent-Python/code/17-futures/countries/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==0.13.1 +aiohttp==3.7.4 requests==2.5.1 tqdm==1.0