From 1d7b3c060a878fab6cb95c15e8d2800fb2cfcc38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:10:28 +0000 Subject: [PATCH] Bump apispec[yaml] from 5.2.2 to 6.1.0 Bumps [apispec[yaml]](https://github.com/marshmallow-code/apispec) from 5.2.2 to 6.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/5.2.2...6.1.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 320f4276f9..ea509f52cb 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.1.0 cerberus==1.3.4 Flask==2.2.2 flask-apispec==0.11.4