diff --git a/poetry.lock b/poetry.lock index ac904f9c5..09f6d4517 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2241,13 +2241,13 @@ reference = "pypi-public" [[package]] name = "sphinx-autoapi" -version = "3.3.2" +version = "3.3.3" description = "Sphinx API documentation generator" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "sphinx_autoapi-3.3.3-py3-none-any.whl", hash = "sha256:5c7349b42d45a492a611cb81fb48583d5148e9eab7fc6b1f326dc9273b9191e3"}, + {file = "sphinx_autoapi-3.3.3.tar.gz", hash = "sha256:c44fd719580e9a3684ff82019f4f7f39fc970e3030ffd325936654a6f4d31f22"}, ] [package.dependencies] @@ -2258,10 +2258,7 @@ astroid = [ Jinja2 = "*" PyYAML = "*" sphinx = ">=6.1.0" -stdlib-list = {version = "*", markers = "python_version < \"3.10\""} - -[package.extras] -docs = ["furo", "sphinx", "sphinx-design"] +stdlib_list = {version = "*", markers = "python_version < \"3.10\""} [package.source] type = "legacy" @@ -2836,4 +2833,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "c26db92d597aded27356c27cf0124c80526a819054402fe323abc1ad7b868305" +content-hash = "f5b9c15c3a585c0d7ffef5935d5065c558efad43896e959e6655372eddac98bc" diff --git a/pyproject.toml b/pyproject.toml index addb0b265..424dc79a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest-asyncio = "^0.24.0" pytest-cov = "^5.0.0" ruff = "^0.7.1" Sphinx = "^7.1.2" -sphinx-autoapi = "^3.3.2" +sphinx-autoapi = "^3.3.3" sphinx-autodoc-typehints = "^2.3.0" sphinxcontrib-spelling = "^8.0.0" sphinx-copybutton = "^0.5.2"