From 75969526dcb88adb0ade62aca21562b60c6a69de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:44:27 +0000 Subject: [PATCH] Bump apispec from 6.4.0 to 6.5.0 Bumps [apispec](https://github.com/marshmallow-code/apispec) from 6.4.0 to 6.5.0. - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/apispec/compare/6.4.0...6.5.0) --- updated-dependencies: - dependency-name: apispec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17483257..944e97e2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "flask==3.0.2", "marshmallow==3.20.2", "webargs==8.4.0", - "apispec==6.4.0", + "apispec==6.5.0", "PyYAML==6.0.1", ], "lint": [