Update sphinx-autoapi requirement from ^2.0.1 to ^3.2.1 (#239)

Updates the requirements on [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) to permit the latest version.
- [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/v2.0.1...v3.2.1)

---
updated-dependencies:
- dependency-name: sphinx-autoapi
  dependency-type: direct:development
...

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-07-28 15:00:00 -07:00
committed by GitHub
parent b6dbe1fe27
commit 9d5716adb0

View File

@ -41,7 +41,7 @@ pytest-asyncio = "^0.23.8"
pytest-cov = "^4.1.0" pytest-cov = "^4.1.0"
ruff = "^0.3.0" ruff = "^0.3.0"
Sphinx = "^7.1.2" Sphinx = "^7.1.2"
sphinx-autoapi = "^2.0.1" sphinx-autoapi = "^3.2.1"
sphinx-autodoc-typehints = "^1.24.0" sphinx-autodoc-typehints = "^1.24.0"
sphinxcontrib-spelling = "^8.0.0" sphinxcontrib-spelling = "^8.0.0"
sphinx-copybutton = "^0.5.2" sphinx-copybutton = "^0.5.2"