diff --git a/poetry.lock b/poetry.lock index 4ee3eb1..18f5b5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1105,7 +1105,7 @@ test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.16.0" +version = "1.17.0" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "dev" optional = false @@ -1362,7 +1362,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "8d2843d3ef8cc5b5b20294415e23c3f5435b0071b31c0f2cdcb9043a0029fdc6" +content-hash = "4b6cbffac553b869683e86ae37298f852abb33dbcdd9f4da92467ff98c049802" [metadata.files] alabaster = [ @@ -1984,8 +1984,8 @@ sphinx = [ {file = "Sphinx-4.4.0.tar.gz", hash = "sha256:6caad9786055cb1fa22b4a365c1775816b876f91966481765d7d50e9f0dd35cc"}, ] sphinx-autodoc-typehints = [ - {file = "sphinx_autodoc_typehints-1.16.0-py3-none-any.whl", hash = "sha256:b5efe1fb5754349f849ca09b1f5c9b4bb37f1e360f00fbde003b12c60d67cc3a"}, - {file = "sphinx_autodoc_typehints-1.16.0.tar.gz", hash = "sha256:21df6ee692c2c8366f6df13b13e4d4ab8af25cc0dfb65e2d182351528b6eb704"}, + {file = "sphinx_autodoc_typehints-1.17.0-py3-none-any.whl", hash = "sha256:081daf53077b4ae1c28347d6d858e13e63aefe3b4aacef79fd717dd60687b470"}, + {file = "sphinx_autodoc_typehints-1.17.0.tar.gz", hash = "sha256:51c7b3f5cb9ccd15d0b52088c62df3094f1abd9612930340365c26def8629a14"}, ] sphinx-typlog-theme = [ {file = "sphinx_typlog_theme-0.8.0-py2.py3-none-any.whl", hash = "sha256:b0ab728ab31d071523af0229bcb6427a13493958b3fc2bb7db381520fab77de4"}, diff --git a/pyproject.toml b/pyproject.toml index 68fb9e8..01feb0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pytest-randomly = "^3.11" pytest-mypy-plugins = "^1.9" sphinx = "^4.4" -sphinx-autodoc-typehints = "^1.16" +sphinx-autodoc-typehints = "^1.17" sphinxcontrib-mermaid = "^0.7" sphinx-typlog-theme = "^0.8" doc8 = "^0.10"