From db6353e54e6d88688f3881c58251eea5480ebfc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:26:47 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.3.3 to 3.4.0 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v3.3.3...v3.4.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 53fa56984..53e1275d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2255,13 +2255,13 @@ reference = "pypi-public" [[package]] name = "sphinx-autoapi" -version = "3.3.3" +version = "3.4.0" description = "Sphinx API documentation generator" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx_autoapi-3.3.3-py3-none-any.whl", hash = "sha256:5c7349b42d45a492a611cb81fb48583d5148e9eab7fc6b1f326dc9273b9191e3"}, - {file = "sphinx_autoapi-3.3.3.tar.gz", hash = "sha256:c44fd719580e9a3684ff82019f4f7f39fc970e3030ffd325936654a6f4d31f22"}, + {file = "sphinx_autoapi-3.4.0-py3-none-any.whl", hash = "sha256:4027fef2875a22c5f2a57107c71641d82f6166bf55beb407a47aaf3ef14e7b92"}, + {file = "sphinx_autoapi-3.4.0.tar.gz", hash = "sha256:e6d5371f9411bbb9fca358c00a9e57aef3ac94cbfc5df4bab285946462f69e0c"}, ] [package.dependencies] @@ -2860,4 +2860,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "be0622d40f25a17fe1f124e441fd596b006ff61e8fc84c0fb21a117c92d75b7d" +content-hash = "3087e4135c68b0186038dc7adafe31470243d8702e08672121305bb65a90a7c2" diff --git a/pyproject.toml b/pyproject.toml index 117d0d40b..ba3b435fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest-asyncio = "^0.24.0" pytest-cov = "^6.0.0" ruff = "^0.8.1" Sphinx = "^7.1.2" -sphinx-autoapi = "^3.3.3" +sphinx-autoapi = "^3.4.0" sphinx-autodoc-typehints = "^2.3.0" sphinxcontrib-spelling = "^8.0.0" sphinx-copybutton = "^0.5.2"