From 51f48591c993f0c0b7e00ea2f819778a94f0f11b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 05:36:24 +0000 Subject: [PATCH] Bump aiohttp from 3.6.1 to 3.6.2 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.1 to 3.6.2. - [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.6.1...v3.6.2) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index d59ebd8..1d72fdf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ # # pip-compile test-requirements.in # -aiohttp==3.6.1 +aiohttp==3.6.2 apipkg==1.5 # via execnet async-timeout==3.0.1 # via aiohttp atomicwrites==1.3.0 # via pytest