From d855f752c80f48f57b43b05b05447d01a1f7966d Mon Sep 17 00:00:00 2001 From: Doppins Date: Sun, 3 Dec 2017 18:33:18 +0100 Subject: [PATCH] Upgrade dependency marshmallow to ==2.15.0 (#1008) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b8cab81..90aaf425 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ install_requires = [ 'six==1.11.0', 'marshmallow-sqlalchemy==0.13.1', 'gunicorn==19.7.1', - 'marshmallow==2.13.6', + 'marshmallow==2.15.0', 'cryptography==1.9', 'xmltodict==0.11.0', 'pyjwt==1.5.3',