From 68fcb2bb8db6e05511225f46f6cab797a1d8597f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 9 May 2020 00:05:32 +0200 Subject: [PATCH] Update marshmallow from 3.5.2 to 3.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8975334..36cfd06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Flask-SQLAlchemy==2.4.1 SQLAlchemy==1.3.16 Flask-Script==2.0.6 py-ms[all]==2.6.0 -marshmallow==3.5.2 +marshmallow==3.6.0 marshmallow-sqlalchemy==0.23.0 \ No newline at end of file