From 6a77d511e8c8cf8b7d1982fee6881290ab81a758 Mon Sep 17 00:00:00 2001 From: Doppins Date: Fri, 28 Apr 2017 18:00:41 -0400 Subject: [PATCH] Upgrade dependency xmltodict to ==0.11.0 (#769) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 065f4572..ff925d4f 100644 --- a/setup.py +++ b/setup.py @@ -52,8 +52,8 @@ install_requires = [ 'gunicorn==19.7.1', 'marshmallow==2.13.5', 'cryptography==1.7', + 'xmltodict==0.11.0', 'pyjwt==1.5.0', - 'xmltodict==0.10.2', 'lockfile==0.12.2', 'inflection==0.3.1', 'future==0.16.0',