From ddf2ec19b94cee83245eff278604d2ce5ec4785c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 09:43:16 +0200 Subject: [PATCH] Bump marshmallow from 3.0.3 to 3.0.4 (#944) Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.0.3 to 3.0.4. - [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/3.0.3...3.0.4) Signed-off-by: dependabot-preview[bot] --- http_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_service/requirements.txt b/http_service/requirements.txt index 4057f4a5..125833dc 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -5,6 +5,6 @@ Flask==1.1.1 flask-apispec==0.8.1 flask-cors==3.0.8 gunicorn==19.9.0 -marshmallow==3.0.3 +marshmallow==3.0.4 rq==1.1.0 rq-dashboard==0.5.3