From 869a555c6878f35f666521307e37073ab744ca38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:48:57 +0000 Subject: [PATCH] Bump apispec from 6.7.1 to 6.8.0 Bumps [apispec](https://github.com/marshmallow-code/apispec) from 6.7.1 to 6.8.0. - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/apispec/compare/6.7.1...6.8.0) --- updated-dependencies: - dependency-name: apispec dependency-type: direct:production 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 781b45d..55da36c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "flask==3.1.0", "marshmallow==3.23.1", "webargs==8.6.0", - "apispec==6.7.1", + "apispec==6.8.0", "PyYAML==6.0.2", ] dev = [