From 96d1aa0be8cc81c0afbec4b734fc12b1a3ff64be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 18 Jun 2019 20:19:30 +0000 Subject: [PATCH 1/2] Bump marshmallow from 2.19.2 to 2.19.5 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.19.2 to 2.19.5. - [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.19.2...2.19.5) 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 cb43c4e..82450a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ Sphinx==2.1.1 sphinxcontrib-websupport==1.1.2 uvloop==0.12.*; sys_platform != 'win32' and sys_platform != 'cygwin' and sys_platform != 'cli' responder==1.3.1 -marshmallow==2.19.2 +marshmallow==2.19.5 sphinxcontrib-openapi==0.4.0 From e2bf2c24482016ca84c3c7f81404c5fa56b82f2c Mon Sep 17 00:00:00 2001 From: tubone24 Date: Sat, 6 Jul 2019 19:34:10 +0900 Subject: [PATCH 2/2] fix dependencies --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 511c4a5..43cf9b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = PyYAML>=4.2b1 responder==1.3.1 uvloop==0.12.*; sys_platform != 'win32' and sys_platform != 'cygwin' and sys_platform != 'cli' - marshmallow==2.19.2 + marshmallow==2.19.5 tests_require = pytest==4.0.2 pytest-cov==2.6.0