chore(deps): update dependency sphinx-autoapi to v3.4.0

This commit is contained in:
renovate[bot]
2025-01-01 00:22:51 +00:00
committed by GitHub
parent ebb6a1cb0a
commit f2c140f540
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1484,13 +1484,13 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools
[[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]
@@ -2078,4 +2078,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.14"
content-hash = "62a4fa64ff5f4ef1f7845adada99ccb41d056fb644bed923b1d7046316e720c5"
content-hash = "3254f7e19cb3c4e6795666136732664d74327f344f0c3594cee0fb0d26058d77"

View File

@@ -36,7 +36,7 @@ optional = true
[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
sphinx-autoapi = "3.3.3"
sphinx-autoapi = "3.4.0"
[tool.pyright]
venvPath = "."