diff --git a/poetry.lock b/poetry.lock index 1038e3eb3..2373143bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2259,13 +2259,13 @@ reference = "pypi-public" [[package]] name = "sphinx-autoapi" -version = "3.5.0" +version = "3.6.0" description = "Sphinx API documentation generator" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "sphinx_autoapi-3.5.0-py3-none-any.whl", hash = "sha256:8676db32dded669dc6be9100696652640dc1e883e45b74710d74eb547a310114"}, - {file = "sphinx_autoapi-3.5.0.tar.gz", hash = "sha256:10dcdf86e078ae1fb144f653341794459e86f5b23cf3e786a735def71f564089"}, + {file = "sphinx_autoapi-3.6.0-py3-none-any.whl", hash = "sha256:f3b66714493cab140b0e896d33ce7137654a16ac1edb6563edcbd47bf975f711"}, + {file = "sphinx_autoapi-3.6.0.tar.gz", hash = "sha256:c685f274e41d0842ae7e199460c322c4bd7fec816ccc2da8d806094b4f64af06"}, ] [package.dependencies] @@ -2275,7 +2275,7 @@ astroid = [ ] Jinja2 = "*" PyYAML = "*" -sphinx = ">=6.1.0" +sphinx = ">=7.4.0" stdlib_list = {version = "*", markers = "python_version < \"3.10\""} [package.source] @@ -2864,4 +2864,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "e654984aede17abadd8ea9ae29b9cbb51bc565665fbbd7d92f568cb27e0915af" +content-hash = "896780ef0ad1509b2a2c46e4ab567a41ce93d049f4324a971150244ef9792c7d" diff --git a/pyproject.toml b/pyproject.toml index 4e011f326..f0994a622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest-asyncio = "^0.25.3" pytest-cov = "^6.0.0" ruff = "^0.9.6" Sphinx = "^7.1.2" -sphinx-autoapi = "^3.5.0" +sphinx-autoapi = "^3.6.0" sphinx-autodoc-typehints = "^2.3.0" sphinxcontrib-spelling = "^8.0.0" sphinx-copybutton = "^0.5.2"