From bbfd56606c16f6ee8b86d2a6f249f6fe6550cf7b Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 23 Mar 2017 09:50:46 +0100 Subject: [PATCH] Notify pyup that some dependencies doesn't require update --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ebabfe3b..0a617c17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ jsonschema>=2.4.0 -aiohttp>=1.3.5,<=1.4.0 +aiohttp>=1.3.5,<=1.4.0 # pyup: ignore aiohttp-cors==0.5.1 -yarl>=0.9.8,<0.10 +yarl>=0.9.8,<0.10 # pyup: ignore typing>=3.5.3.0 # Otherwise yarl fail with python 3.4 Jinja2>=2.7.3 raven>=5.23.0