From a7923f2a061e827d072f42636d8f094713ed13f7 Mon Sep 17 00:00:00 2001 From: Doppins Date: Mon, 25 Sep 2017 18:19:40 +0200 Subject: [PATCH] Upgrade dependency six to ==1.11.0 (#926) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 548f132b..871d5c1f 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ install_requires = [ 'ndg-httpsclient==0.4.2', 'psycopg2==2.7.3', 'arrow==0.10.0', - 'six==1.10.0', + 'six==1.11.0', 'marshmallow-sqlalchemy==0.13.1', 'gunicorn==19.7.1', 'marshmallow==2.13.6',