From 0da25b7583f535d9a585ed90e0a89329786ae6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:16:31 +0000 Subject: [PATCH] Bump apispec[yaml] from 6.9.0 to 6.10.0 Bumps [apispec[yaml]](https://github.com/marshmallow-code/apispec) from 6.9.0 to 6.10.0. - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/apispec/compare/6.9.0...6.10.0) --- updated-dependencies: - dependency-name: apispec[yaml] dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 61e9a575f1..3646dc43c3 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -1,5 +1,5 @@ apispec-webframeworks==1.2.0 -apispec[yaml]==6.9.0 +apispec[yaml]==6.10.0 cerberus==1.3.8 Flask==3.1.2 flask-apispec==0.11.4