From 4692db9bd57a9a4e09583d0f5e513e32ca2a099d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:02:13 +0000 Subject: [PATCH] build(deps-dev): bump apispec in the other-dependencies group Bumps the other-dependencies group with 1 update: [apispec](https://github.com/marshmallow-code/apispec). Updates `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:development update-type: version-update:semver-minor dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ab6b497..d928abf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -197,13 +197,13 @@ files = [ [[package]] name = "apispec" -version = "6.7.1" +version = "6.8.0" description = "A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)." optional = false python-versions = ">=3.9" files = [ - {file = "apispec-6.7.1-py3-none-any.whl", hash = "sha256:d99e7a564f3871327c17b3e43726cc1e6ade2c97aa05706644a48818fc37999e"}, - {file = "apispec-6.7.1.tar.gz", hash = "sha256:c01b8b6ff40ffedf55b79a67f9dd920e9b2fc3909aae116facf6c8372a08b933"}, + {file = "apispec-6.8.0-py3-none-any.whl", hash = "sha256:09d0b43eaf95fb3e94b5b15ba6288e45ae8b9a922f73073345b606204589df34"}, + {file = "apispec-6.8.0.tar.gz", hash = "sha256:861cca82bbc0652ca9acea896921b254944580342fde849f86f6dac1acc6ca96"}, ] [package.dependencies] @@ -212,7 +212,7 @@ PyYAML = {version = ">=3.10", optional = true, markers = "extra == \"yaml\""} [package.extras] dev = ["apispec[tests]", "pre-commit (>=3.5,<5.0)", "tox"] -docs = ["apispec[marshmallow]", "pyyaml (==6.0.2)", "sphinx (==8.1.3)", "sphinx-issues (==5.0.0)", "sphinx-rtd-theme (==3.0.1)"] +docs = ["apispec[marshmallow]", "pyyaml (==6.0.2)", "sphinx (==8.1.3)", "sphinx-issues (==5.0.0)", "sphinx-rtd-theme (==3.0.2)"] marshmallow = ["marshmallow (>=3.18.0)"] tests = ["apispec[marshmallow,yaml]", "openapi-spec-validator (==0.7.1)", "pytest"] yaml = ["PyYAML (>=3.10)"]