From 8b7f7d5881f5a54f6c4845dfc916719d4f82b4ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 13:59:22 +0000 Subject: [PATCH] Bump marshmallow from 2.18.1 to 2.20.1 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.18.1 to 2.20.1. - [Release notes](https://github.com/marshmallow-code/marshmallow/releases) - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/2.20.1/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/2.18.1...2.20.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5de34dc..26e9e1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests==2.21.0 -marshmallow==2.18.1 +marshmallow==2.20.1 six==1.12.0 pytz==2018.9