Bump sphinx-autoapi from 3.3.2 to 3.3.3 (#312)

Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.3.2 to 3.3.3.
- [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.2...v3.3.3)

---
updated-dependencies:
- dependency-name: sphinx-autoapi
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-28 09:26:43 -04:00
committed by GitHub
parent e74be5181c
commit ee9f0029f4
2 changed files with 6 additions and 9 deletions

13
poetry.lock generated
View File

@ -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"

View File

@ -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"