From 579b0863b7ed88c3ae812270d8004518fccbffb0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 2 Oct 2017 17:48:05 +0200 Subject: [PATCH 1/2] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 509b89c43..86a017b01 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ setup( ], 'examples': [ "beautifulsoup4>=4.4.1, <4.7", - "Pillow>=3.2,<4.3", + "Pillow>=4.3,<4.4", ] } ) From f62e9882cddaa60ec2598bd0a4ccfadc394cc6a8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 6 Oct 2017 19:48:36 +0300 Subject: [PATCH 2/2] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86a017b01..a4ed65a98 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ setup( 'dev': [ "flake8>=3.2.1, <3.5", "Flask>=0.10.1, <0.13", - "mypy>=0.521,<0.522", + "mypy>=0.530,<0.531", "pytest-cov>=2.2.1, <3", "pytest-faulthandler>=1.3.0, <2", "pytest-timeout>=1.0.0, <2",