From 1502707fa6ee56bc39aa71e3faef7bc5e164ed54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:25:37 +0000 Subject: [PATCH] build(deps): (deps): bump apispec from 6.3.1 to 6.4.0 Bumps [apispec](https://github.com/marshmallow-code/apispec) from 6.3.1 to 6.4.0. - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/apispec/compare/6.3.1...6.4.0) --- updated-dependencies: - dependency-name: apispec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 19 +++++++++---------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 898aa57860..fa3ad23c53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -49,13 +49,13 @@ files = [ [[package]] name = "apispec" -version = "6.3.1" +version = "6.4.0" description = "A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)." optional = true -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "apispec-6.3.1-py3-none-any.whl", hash = "sha256:c7f31da97c966bc94406622d4b8d0d769947a142b52e487765ea366f916bc273"}, - {file = "apispec-6.3.1.tar.gz", hash = "sha256:b38e4479916d43f2b1e88ce15fc2fae93adf2e8d55cb59ec74ac66a827941483"}, + {file = "apispec-6.4.0-py3-none-any.whl", hash = "sha256:00ac876f1968d8e1624400c8571d2a2887edd3d6aa9d1a130efaafbdb49e85d7"}, + {file = "apispec-6.4.0.tar.gz", hash = "sha256:42b8a6833cf154c9dbd22d006b56bf9c49c972d32d24fe716fd734e0f6b739b8"}, ] [package.dependencies] @@ -63,12 +63,11 @@ packaging = ">=21.3" PyYAML = {version = ">=3.10", optional = true, markers = "extra == \"yaml\""} [package.extras] -dev = ["PyYAML (>=3.10)", "flake8 (==5.0.4)", "flake8-bugbear (==22.9.23)", "marshmallow (>=3.13.0)", "mypy (==0.982)", "prance[osv] (>=0.11)", "pre-commit (>=2.4,<3.0)", "pytest", "tox", "types-PyYAML"] -docs = ["marshmallow (>=3.13.0)", "pyyaml (==6.0)", "sphinx (==5.2.3)", "sphinx-issues (==3.0.1)", "sphinx-rtd-theme (==1.0.0)"] -lint = ["flake8 (==5.0.4)", "flake8-bugbear (==22.9.23)", "mypy (==0.982)", "pre-commit (>=2.4,<3.0)", "types-PyYAML"] +dev = ["PyYAML (>=3.10)", "flake8 (==7.0.0)", "flake8-bugbear (==22.12.6)", "marshmallow (>=3.13.0)", "mypy (==1.8.0)", "openapi-spec-validator (==0.7.1)", "pre-commit (>=3.5,<4.0)", "pytest", "tox", "types-PyYAML"] +docs = ["marshmallow (>=3.13.0)", "pyyaml (==6.0.1)", "sphinx (==7.2.6)", "sphinx-issues (==3.0.1)", "sphinx-rtd-theme (==2.0.0)"] +lint = ["flake8 (==7.0.0)", "flake8-bugbear (==22.12.6)", "mypy (==1.8.0)", "pre-commit (>=3.5,<4.0)", "types-PyYAML"] marshmallow = ["marshmallow (>=3.18.0)"] -tests = ["PyYAML (>=3.10)", "marshmallow (>=3.13.0)", "prance[osv] (>=0.11)", "pytest"] -validation = ["prance[osv] (>=0.11)"] +tests = ["PyYAML (>=3.10)", "marshmallow (>=3.13.0)", "openapi-spec-validator (==0.7.1)", "pytest"] yaml = ["PyYAML (>=3.10)"] [[package]] @@ -4858,4 +4857,4 @@ service = ["apispec", "apispec-oneofschema", "apispec-webframeworks", "circus", [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "c8cd7eb1d747525bbb7f2b7365988030f9971630776214a9b8c04705f54b130d" +content-hash = "7835b741aaa65c2d3b46af93622bda5de372f4142b5fe4bcfb002dcb55231ec5" diff --git a/pyproject.toml b/pyproject.toml index 5fa6d67dcd..9065285f64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ zodb = "~5.8.1" zstandard = "^0.22" # service dependencies: -apispec = { version = "~6.3.0", optional = true } +apispec = { version = ">=6.3,<6.5", optional = true } apispec-oneofschema = { version = "^3.0.0", optional = true} apispec-webframeworks = { version = "^0.5", optional = true } circus = { version = "^0.18", optional = true }