From 46f9c4bb2f10996b127ef8facffd48565c50b8da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:14:42 +0000 Subject: [PATCH] Bump apispec[yaml] from 5.2.2 to 6.0.2 Bumps [apispec[yaml]](https://github.com/marshmallow-code/apispec) from 5.2.2 to 6.0.2. - [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.2) --- 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..75adb2cc6a 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.2 cerberus==1.3.4 Flask==2.2.2 flask-apispec==0.11.4