From 8e0ad8748856267a61d54168f804430aa4294063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 09:29:16 +0000 Subject: [PATCH] Bump marshmallow from 2.15.0 to 2.15.1 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/marshmallow-code/marshmallow/releases) - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/2.15.0...2.15.1) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b0ef864..2b300c8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ coverage==4.5.1 -marshmallow==2.15.0 +marshmallow==2.15.1 pycodestyle==2.3.1 pylint==1.8.1 pytest==3.3.2