From f39bc6d455d4cb77aedf95776a972c49d1247f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:07:00 +0000 Subject: [PATCH] Bump apispec[yaml] from 5.2.2 to 6.0.1 Bumps [apispec[yaml]](https://github.com/marshmallow-code/apispec) from 5.2.2 to 6.0.1. - [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/5.2.2...6.0.1) --- updated-dependencies: - dependency-name: apispec[yaml] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[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 320f4276f9..805f60fa42 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -1,5 +1,5 @@ apispec-webframeworks==0.5.2 -apispec[yaml]==5.2.2 +apispec[yaml]==6.0.1 cerberus==1.3.4 Flask==2.2.2 flask-apispec==0.11.4