chore(deps-dev): bump sphinx-autodoc-typehints from 2.3.0 to 3.0.1
Some checks are pending
test / test-matrix (5.2, 3.10) (push) Waiting to run
test / test-matrix (5.2, 3.11) (push) Waiting to run
test / test-matrix (5.2, 3.12) (push) Waiting to run
test / test-matrix (5.2, 3.13) (push) Waiting to run
test / test-matrix (6.0, 3.12) (push) Waiting to run
test / test-matrix (6.0, 3.13) (push) Waiting to run

Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.3.0 to 3.0.1.
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.3.0...3.0.1)

---
updated-dependencies:
- dependency-name: sphinx-autodoc-typehints
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-25 02:19:21 +00:00 committed by Miguel
parent a7d2192351
commit 9c46432eb7
2 changed files with 30 additions and 10 deletions

38
poetry.lock generated
View file

@ -2049,23 +2049,43 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "pytest-xdis
[[package]]
name = "sphinx-autodoc-typehints"
version = "2.3.0"
version = "3.0.1"
description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
groups = ["docs"]
markers = "python_version < \"3.13\""
files = [
{file = "sphinx_autodoc_typehints-2.3.0-py3-none-any.whl", hash = "sha256:3098e2c6d0ba99eacd013eb06861acc9b51c6e595be86ab05c08ee5506ac0c67"},
{file = "sphinx_autodoc_typehints-2.3.0.tar.gz", hash = "sha256:535c78ed2d6a1bad393ba9f3dfa2602cf424e2631ee207263e07874c38fde084"},
{file = "sphinx_autodoc_typehints-3.0.1-py3-none-any.whl", hash = "sha256:4b64b676a14b5b79cefb6628a6dc8070e320d4963e8ff640a2f3e9390ae9045a"},
{file = "sphinx_autodoc_typehints-3.0.1.tar.gz", hash = "sha256:b9b40dd15dee54f6f810c924f863f9cf1c54f9f3265c495140ea01be7f44fa55"},
]
[package.dependencies]
sphinx = ">=7.3.5"
sphinx = ">=8.1.3"
[package.extras]
docs = ["furo (>=2024.1.29)"]
numpy = ["nptyping (>=2.5)"]
testing = ["covdefaults (>=2.3)", "coverage (>=7.4.4)", "defusedxml (>=0.7.1)", "diff-cover (>=9)", "pytest (>=8.1.1)", "pytest-cov (>=5)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.11)"]
docs = ["furo (>=2024.8.6)"]
testing = ["covdefaults (>=2.3)", "coverage (>=7.6.10)", "defusedxml (>=0.7.1)", "diff-cover (>=9.2.1)", "pytest (>=8.3.4)", "pytest-cov (>=6)", "sphobjinv (>=2.3.1.2)", "typing-extensions (>=4.12.2)"]
[[package]]
name = "sphinx-autodoc-typehints"
version = "3.5.2"
description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
optional = false
python-versions = ">=3.11"
groups = ["docs"]
markers = "python_version >= \"3.13\""
files = [
{file = "sphinx_autodoc_typehints-3.5.2-py3-none-any.whl", hash = "sha256:0accd043619f53c86705958e323b419e41667917045ac9215d7be1b493648d8c"},
{file = "sphinx_autodoc_typehints-3.5.2.tar.gz", hash = "sha256:5fcd4a3eb7aa89424c1e2e32bedca66edc38367569c9169a80f4b3e934171fdb"},
]
[package.dependencies]
sphinx = ">=8.2.3"
[package.extras]
docs = ["furo (>=2025.9.25)"]
testing = ["covdefaults (>=2.3)", "coverage (>=7.10.7)", "defusedxml (>=0.7.1)", "diff-cover (>=9.7.1)", "pytest (>=8.4.2)", "pytest-cov (>=7)", "sphobjinv (>=2.3.1.3)", "typing-extensions (>=4.15)"]
[[package]]
name = "sphinx-rtd-theme"
@ -2391,4 +2411,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "553f3dc0d5754f819ace3d781e0774d79b8fca9b028628d416cda883433b36e6"
content-hash = "4ccb0a345572db122a76c01c11d8e0319dd58ee2e9839c04fde4063705e1b571"

View file

@ -81,7 +81,7 @@ optional = true
[tool.poetry.group.docs.dependencies]
sphinx = ">=5.0,<9.0"
sphinx-rtd-theme = ">=1.3,<4.0"
sphinx-autodoc-typehints = ">=1.19.5,<3.0.0"
sphinx-autodoc-typehints = ">=1.19.5,<4.0.0"
m2r2 = "^0.3"
tomlkit = ">=0.13.0,<0.16"