From 3fd39fb823e653469339a385de1c4c0852ad1f23 Mon Sep 17 00:00:00 2001 From: Doppins Date: Tue, 31 Jan 2017 12:15:40 -0500 Subject: [PATCH] Upgrade dependency marshmallow to ==2.12.2 (#683) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3138729..6aa8446f 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ install_requires = [ 'six==1.10.0', 'gunicorn==19.6.0', 'marshmallow-sqlalchemy==0.12.1', - 'marshmallow==2.12.1', + 'marshmallow==2.12.2', 'cryptography==1.7', 'pyjwt==1.4.2', 'xmltodict==0.10.2',