From 2f466b19f7b86009d000f8882180e60adfc7d908 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Fri, 1 May 2020 01:01:52 +0200 Subject: [PATCH] Update six to 0.14.0 to make tox happy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e7681c5..5a5a059e 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setup(name='ihatemoney', "Flask-WTF==0.14.2", "itsdangerous==1.1.0", "Jinja2==2.10.1", - "six==1.12.0", + "six==1.14.0", "WTForms==2.2.1", "Werkzeug==0.16.1", ],