From 2c5af6cff9db2de3bfe797aab4493aa940de70e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:31:52 +0200 Subject: [PATCH] Bump apispec[yaml] from 6.6.1 to 6.7.0 (#4559) Bumps [apispec[yaml]](https://github.com/marshmallow-code/apispec) from 6.6.1 to 6.7.0. - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/apispec/compare/6.6.1...6.7.0) --- updated-dependencies: - dependency-name: apispec[yaml] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 dcd3328d..74b1ccdf 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -1,5 +1,5 @@ apispec-webframeworks==1.2.0 -apispec[yaml]==6.6.1 +apispec[yaml]==6.7.0 cerberus==1.3.5 Flask==3.0.3 flask-apispec==0.11.4