From 391bab7705d1ccc0799d99a359463021481388ae Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 12 Jun 2018 21:08:40 +0200 Subject: [PATCH] Update aiohttp to 3.3.2 (#79) This PR updates [aiohttp](https://pypi.org/project/aiohttp) from **3.3.1** to **3.3.2**.
Changelog ### 3.3.2 ``` ================== - Many HTTP proxies has buggy keepalive support. Let's not reuse connection but close it after processing every response. (`3070 <https://github.com/aio-libs/aiohttp/pull/3070>`_) - Provide vendor source files in tarball (`3076 <https://github.com/aio-libs/aiohttp/pull/3076>`_) ```
Links - PyPI: https://pypi.org/project/aiohttp - Changelog: https://pyup.io/changelogs/aiohttp/ - Repo: https://github.com/aio-libs/aiohttp
--- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6035601..8055fe9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ six==1.11.0 firebase-admin==2.11.0 uvloop==0.10.0 -aiohttp==3.3.1 +aiohttp==3.3.2 cchardet==2.1.1 aiodns==1.1.1