From 2235a8158fbf74d6ef5c01a4785e110f73457491 Mon Sep 17 00:00:00 2001 From: ziajka Date: Wed, 15 Nov 2017 09:00:14 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb75fc6d..b81fe029 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonschema>=2.4.0 -aiohttp>=2.3.0,<2.4.0 # pyup: ignore +aiohttp>=2.2.0,<2.4.0 # pyup: ignore aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore yarl>=0.11,<0.12 # pyup: ignore Jinja2>=2.7.3