diff --git a/poetry.lock b/poetry.lock index 8ee44f452..c6dc504a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -771,7 +771,7 @@ test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.14.1" +version = "1.15.3" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "dev" optional = false @@ -940,7 +940,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.9.*" -content-hash = "532d676f5ae2914e4517a8c8a48fbbb70b1e04b2791ac1fa882b5ef1a693066a" +content-hash = "128a4663822b99bddb08b0e96db4e9bdaa5df7e2faea3137e7c321e4d8755d2b" [metadata.files] aiohttp = [ @@ -1486,8 +1486,8 @@ sphinx = [ {file = "Sphinx-4.3.2.tar.gz", hash = "sha256:0a8836751a68306b3fe97ecbe44db786f8479c3bf4b80e3a7f5c838657b4698c"}, ] sphinx-autodoc-typehints = [ - {file = "sphinx_autodoc_typehints-1.14.1-py3-none-any.whl", hash = "sha256:8b3b7da797fa007f7f39c518879a1bdae3a7dab96e170f4cb5a4b96390238369"}, - {file = "sphinx_autodoc_typehints-1.14.1.tar.gz", hash = "sha256:875de815a1ba609a4c0ebc620faecd8eb57183ba1f4cc6f8abba1790c140e960"}, + {file = "sphinx_autodoc_typehints-1.15.3-py3-none-any.whl", hash = "sha256:5bf7ae28f98dd2cae8b93c4f723fb5f4761ae340194d02d2742a81c7694d2e0a"}, + {file = "sphinx_autodoc_typehints-1.15.3.tar.gz", hash = "sha256:91eb3c227ff0824bee39fabf92d92e21835546903d2ddde5467fd9b6fa10ad7f"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index acb8b5a1b..0467ef7cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pytest-xdist = { version = "2.5.0", extras = ["psutil"] } Sphinx = "4.3.2" tomli = "2.0.0" GitPython = "3.1.25" -sphinx-autodoc-typehints = "1.14.1" +sphinx-autodoc-typehints = "1.15.3" releases = "1.6.3" furo = "2022.1.2"