diff --git a/poetry.lock b/poetry.lock index 8bd56d968..fc4105329 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1119,22 +1119,22 @@ test = ["cython", "filelock", "html5lib", "pytest (>=4.6)"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.25.2" +version = "2.0.1" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx_autodoc_typehints-1.25.2-py3-none-any.whl", hash = "sha256:5ed05017d23ad4b937eab3bee9fae9ab0dd63f0b42aa360031f1fad47e47f673"}, - {file = "sphinx_autodoc_typehints-1.25.2.tar.gz", hash = "sha256:3cabc2537e17989b2f92e64a399425c4c8bf561ed73f087bc7414a5003616a50"}, + {file = "sphinx_autodoc_typehints-2.0.1-py3-none-any.whl", hash = "sha256:f73ae89b43a799e587e39266672c1075b2ef783aeb382d3ebed77c38a3fc0149"}, + {file = "sphinx_autodoc_typehints-2.0.1.tar.gz", hash = "sha256:60ed1e3b2c970acc0aa6e877be42d48029a9faec7378a17838716cacd8c10b12"}, ] [package.dependencies] sphinx = ">=7.1.2" [package.extras] -docs = ["furo (>=2023.7.26)", "sphinx (>=7.1.2)"] +docs = ["furo (>=2024.1.29)"] numpy = ["nptyping (>=2.5)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.3)", "diff-cover (>=7.7)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.7.1)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.4.2)", "diff-cover (>=8.0.3)", "pytest (>=8.0.1)", "pytest-cov (>=4.1)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.9)"] [[package]] name = "sphinxcontrib-apidoc" @@ -1339,4 +1339,4 @@ networkx = ["networkx"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "d421bb77ca3b06701554aa04e63235909272ef40f10619ca0f64e73b52e76f60" +content-hash = "ed7c2ee632469b77c6c7056804e8ce567e7c8f294eae184e09488f94ec1e9fa7" diff --git a/pyproject.toml b/pyproject.toml index b6ea1c9be..00d310832 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ wheel = ">=0.42,<0.44" sphinx = "^7.1.1" myst-parser = ">=2,<4" sphinxcontrib-apidoc = ">=0.3,<0.6" -sphinx-autodoc-typehints = "^1.17.1" +sphinx-autodoc-typehints = ">=1.17.1,<3.0.0" typing-extensions = "^4.5.0" [tool.poetry.group.lint.dependencies]