From 5fb675344554c5e6bd0903af3d118cec5c8cee22 Mon Sep 17 00:00:00 2001 From: Doppins Date: Thu, 27 Apr 2017 12:20:03 -0400 Subject: [PATCH] Upgrade dependency marshmallow to ==2.13.5 (#753) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6974dc3d..74ea8c06 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ install_requires = [ 'six==1.10.0', 'marshmallow-sqlalchemy==0.13.1', 'gunicorn==19.7.1', - 'marshmallow==2.13.4', + 'marshmallow==2.13.5', 'cryptography==1.7', 'pyjwt==1.4.2', 'xmltodict==0.10.2',