diff --git a/poetry.lock b/poetry.lock index fb92e67e1..dd37e6323 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1362,7 +1362,7 @@ test = ["pytest (>=4.6)", "html5lib", "cython", "typed-ast"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.18.3" +version = "1.19.0" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "dev" optional = false @@ -1663,7 +1663,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "9b9720046df1a240b69724916f1403bba4be4bf679231faef838b1512310faf2" +content-hash = "a95a29a677dcd575be5a49e9315ee665c53815cfabd48d7d1bca46f329659938" [metadata.files] alabaster = [ @@ -2385,8 +2385,8 @@ sphinx = [ {file = "Sphinx-5.0.2.tar.gz", hash = "sha256:b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0"}, ] sphinx-autodoc-typehints = [ - {file = "sphinx_autodoc_typehints-1.18.3-py3-none-any.whl", hash = "sha256:20294de2a818bda04953c5cb302ec5af46138c81980ad9efa6d8fc1fc4242518"}, - {file = "sphinx_autodoc_typehints-1.18.3.tar.gz", hash = "sha256:c04d8f8d70e988960e25b206af39a90df84e7e2c085bb24e123bc3684021b313"}, + {file = "sphinx_autodoc_typehints-1.19.0-py3-none-any.whl", hash = "sha256:56fdfad70a400f5fc683ac38278fb868d9c2f406e94284b9166c6fe3fd05f1ab"}, + {file = "sphinx_autodoc_typehints-1.19.0.tar.gz", hash = "sha256:ebf5dc78cc76f0ba28eb0afb496fffe73363d516316a08f401216415ed8bbe73"}, ] sphinx-hoverxref = [ {file = "sphinx-hoverxref-1.1.3.tar.gz", hash = "sha256:3d4d764a253e3dae759de4f5429d4e364e02fc423a455a392b648089be311c0a"}, diff --git a/pyproject.toml b/pyproject.toml index 4ea5013fe..a37f356a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ pytest-subtests = "^0.8" hypothesis = "^6.53" sphinx = "^5.0" -sphinx-autodoc-typehints = "^1.18" +sphinx-autodoc-typehints = "^1.19" sphinxcontrib-mermaid = "0.7.1" sphinx-typlog-theme = "^0.8" sphinx-hoverxref = "^1.1"