From 61f4c66275c9fc87076b21df546a2b08f54e28ad Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 19 Feb 2020 12:19:15 +0100 Subject: [PATCH] Update marshmallow from 3.4.0 to 3.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3773a0..daf2612 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Flask-SQLAlchemy==2.4.1 SQLAlchemy==1.3.13 Flask-Script==2.0.6 py-ms==2.1.0 -marshmallow==3.4.0 +marshmallow==3.5.0 marshmallow-sqlalchemy==0.22.2 \ No newline at end of file