From 4e5be737e68bcee20fad34df2d13f0a7fe6d5ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 04:02:00 +0000 Subject: [PATCH] Bump apispec[yaml] from 5.1.1 to 6.0.0 Bumps [apispec[yaml]](https://github.com/marshmallow-code/apispec) from 5.1.1 to 6.0.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/5.1.1...6.0.0) --- 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 3c07b36730..52fdd2a231 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -1,5 +1,5 @@ apispec-webframeworks==0.5.2 -apispec[yaml]==5.1.1 +apispec[yaml]==6.0.0 cerberus==1.3.4 Flask==2.0.2 flask-apispec==0.11.0