From be0bb8b05f4c80500d6da41f1ba0c1a9662c0734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:02:47 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6f97c70..ac5b9b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "flask==3.0.2", "marshmallow==3.20.2", "webargs==8.4.0", - "apispec==6.4.0", + "apispec==6.5.0", "PyYAML==6.0.1", ] dev = [