Bump sphinx-autoapi from 3.3.1 to 3.3.2 (#286)

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

---
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-09-27 08:30:08 -07:00
committed by GitHub
parent e8c69304e9
commit e3f2cf0f15
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2235,13 +2235,13 @@ reference = "pypi-public"
[[package]]
name = "sphinx-autoapi"
version = "3.3.1"
version = "3.3.2"
description = "Sphinx API documentation generator"
optional = false
python-versions = ">=3.8"
files = [
{file = "sphinx_autoapi-3.3.1-py2.py3-none-any.whl", hash = "sha256:c31a5f41eabc9705d277b75f98e983d653e9af24e294dd576b2afa1719f72c1f"},
{file = "sphinx_autoapi-3.3.1.tar.gz", hash = "sha256:e44a225827d0ef7178748225a66f30c95454dfd00ee3c22afbdfb8056f7dffb5"},
{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"},
]
[package.dependencies]
@ -2830,4 +2830,4 @@ reference = "pypi-public"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "e72c13cc04974d2e28993b006988425e4ed7491002505a1daa551b9896be7375"
content-hash = "0b50bfe2e870995cfb5e835badcad37f87fcac9332ee4475ca82ad9ac89ff193"

View File

@ -41,7 +41,7 @@ pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
ruff = "^0.6.7"
Sphinx = "^7.1.2"
sphinx-autoapi = "^3.2.1"
sphinx-autoapi = "^3.3.2"
sphinx-autodoc-typehints = "^2.3.0"
sphinxcontrib-spelling = "^8.0.0"
sphinx-copybutton = "^0.5.2"