From e3f2cf0f15c2045b4033921a7b2bafdda07c4880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:30:08 -0700 Subject: [PATCH] Bump sphinx-autoapi from 3.3.1 to 3.3.2 (#286) Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.3.1 to 3.3.2. - [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.1...v3.3.2) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b690a9a16..3907f2820 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2235,13 +2235,13 @@ reference = "pypi-public" [[package]] name = "sphinx-autoapi" -version = "3.3.1" +version = "3.3.2" description = "Sphinx API documentation generator" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx_autoapi-3.3.1-py2.py3-none-any.whl", hash = "sha256:c31a5f41eabc9705d277b75f98e983d653e9af24e294dd576b2afa1719f72c1f"}, - {file = "sphinx_autoapi-3.3.1.tar.gz", hash = "sha256:e44a225827d0ef7178748225a66f30c95454dfd00ee3c22afbdfb8056f7dffb5"}, + {file = "sphinx_autoapi-3.3.2-py2.py3-none-any.whl", hash = "sha256:08afa656f7fcd45fe7dd64bf9f44698ddb8ca7c2d5cd0614c7455912ed580324"}, + {file = "sphinx_autoapi-3.3.2.tar.gz", hash = "sha256:ebf8b44b2ebab5c28f0263ec6c2f8acdd156e9b2d539a58eca39d2f368445173"}, ] [package.dependencies] @@ -2830,4 +2830,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "e72c13cc04974d2e28993b006988425e4ed7491002505a1daa551b9896be7375" +content-hash = "0b50bfe2e870995cfb5e835badcad37f87fcac9332ee4475ca82ad9ac89ff193" diff --git a/pyproject.toml b/pyproject.toml index 9a02b91c4..68c798172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest-asyncio = "^0.24.0" pytest-cov = "^5.0.0" ruff = "^0.6.7" Sphinx = "^7.1.2" -sphinx-autoapi = "^3.2.1" +sphinx-autoapi = "^3.3.2" sphinx-autodoc-typehints = "^2.3.0" sphinxcontrib-spelling = "^8.0.0" sphinx-copybutton = "^0.5.2"