From b3eef00795f2ad90583826106fa81436d46a745e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 9 Jul 2020 04:49:13 +0200 Subject: [PATCH] Update marshmallow from 3.6.1 to 3.7.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ff4ab5..cc359aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Flask-SQLAlchemy==2.4.3 SQLAlchemy==1.3.18 Flask-Script==2.0.6 py-ms[all]==2.6.0 -marshmallow==3.6.1 +marshmallow==3.7.0 marshmallow-sqlalchemy==0.23.1 \ No newline at end of file