From b249365ff078ecae7fbfa265cbd6c4e7408bbe57 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 00:54:06 +0100 Subject: [PATCH] Bump apispec from 3.0.0 to 3.1.0 (#1074) Bumps [apispec](https://github.com/marshmallow-code/apispec) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/marshmallow-code/apispec/releases) - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/apispec/compare/3.0.0...3.1.0) 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 9af913f0..8612c2ec 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -1,5 +1,5 @@ apispec-webframeworks==0.5.0 -apispec[yaml]==3.0.0 +apispec[yaml]==3.1.0 cerberus==1.3.2 Flask==1.1.1 flask-apispec==0.8.3