Bump sphinx-autoapi from 3.5.0 to 3.6.0 (#382)

Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.5.0 to 3.6.0.
- [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.5.0...v3.6.0)

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

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]
2025-02-18 09:39:36 -05:00
committed by GitHub
parent 64c6eba7fb
commit 146daa1642
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -2259,13 +2259,13 @@ reference = "pypi-public"
[[package]] [[package]]
name = "sphinx-autoapi" name = "sphinx-autoapi"
version = "3.5.0" version = "3.6.0"
description = "Sphinx API documentation generator" description = "Sphinx API documentation generator"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.9"
files = [ files = [
{file = "sphinx_autoapi-3.5.0-py3-none-any.whl", hash = "sha256:8676db32dded669dc6be9100696652640dc1e883e45b74710d74eb547a310114"}, {file = "sphinx_autoapi-3.6.0-py3-none-any.whl", hash = "sha256:f3b66714493cab140b0e896d33ce7137654a16ac1edb6563edcbd47bf975f711"},
{file = "sphinx_autoapi-3.5.0.tar.gz", hash = "sha256:10dcdf86e078ae1fb144f653341794459e86f5b23cf3e786a735def71f564089"}, {file = "sphinx_autoapi-3.6.0.tar.gz", hash = "sha256:c685f274e41d0842ae7e199460c322c4bd7fec816ccc2da8d806094b4f64af06"},
] ]
[package.dependencies] [package.dependencies]
@ -2275,7 +2275,7 @@ astroid = [
] ]
Jinja2 = "*" Jinja2 = "*"
PyYAML = "*" PyYAML = "*"
sphinx = ">=6.1.0" sphinx = ">=7.4.0"
stdlib_list = {version = "*", markers = "python_version < \"3.10\""} stdlib_list = {version = "*", markers = "python_version < \"3.10\""}
[package.source] [package.source]
@ -2864,4 +2864,4 @@ reference = "pypi-public"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "e654984aede17abadd8ea9ae29b9cbb51bc565665fbbd7d92f568cb27e0915af" content-hash = "896780ef0ad1509b2a2c46e4ab567a41ce93d049f4324a971150244ef9792c7d"

View File

@ -39,7 +39,7 @@ pytest-asyncio = "^0.25.3"
pytest-cov = "^6.0.0" pytest-cov = "^6.0.0"
ruff = "^0.9.6" ruff = "^0.9.6"
Sphinx = "^7.1.2" Sphinx = "^7.1.2"
sphinx-autoapi = "^3.5.0" sphinx-autoapi = "^3.6.0"
sphinx-autodoc-typehints = "^2.3.0" sphinx-autodoc-typehints = "^2.3.0"
sphinxcontrib-spelling = "^8.0.0" sphinxcontrib-spelling = "^8.0.0"
sphinx-copybutton = "^0.5.2" sphinx-copybutton = "^0.5.2"