From 6c1432b667e85acea1285de1acce37982c162939 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Jun 2020 23:22:15 +0200 Subject: [PATCH] Update marshmallow from 3.5.2 to 3.6.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a61d4b2..18959d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Flask-SQLAlchemy==2.4.3 SQLAlchemy==1.3.17 Flask-Script==2.0.6 py-ms[all]==2.6.0 -marshmallow==3.5.2 +marshmallow==3.6.1 marshmallow-sqlalchemy==0.23.1 \ No newline at end of file