diff --git a/poetry.lock b/poetry.lock index cf1f2500..5f7f940b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -765,18 +765,19 @@ test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.19.2" +version = "1.19.4" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "main" optional = true python-versions = ">=3.7" [package.dependencies] -Sphinx = ">=5.1.1" +sphinx = ">=5.2.1" [package.extras] -testing = ["covdefaults (>=2.2)", "coverage (>=6.4.2)", "diff-cover (>=6.5.1)", "nptyping (>=2.2)", "pytest (>=7.1.2)", "pytest-cov (>=3)", "sphobjinv (>=2.2.2)", "typing-extensions (>=4.3)"] -type_comments = ["typed-ast (>=1.5.4)"] +docs = ["furo (>=2022.9.15)", "sphinx (>=5.2.1)", "sphinx-autodoc-typehints (>=1.19.3)"] +testing = ["covdefaults (>=2.2)", "coverage (>=6.4.4)", "diff-cover (>=7.0.1)", "nptyping (>=2.3.1)", "pytest (>=7.1.3)", "pytest-cov (>=3)", "sphobjinv (>=2.2.2)", "typing-extensions (>=4.3)"] +type-comment = ["typed-ast (>=1.5.4)"] [[package]] name = "sphinx-copybutton" @@ -960,7 +961,7 @@ test = ["pytest", "pytest-cov", "uvicorn", "fastapi", "pydantic", "requests-mock [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "fce403fe4251c1fcbe5e2a10a04d30ac417b2d0797089a7bd0b057a9041f4034" +content-hash = "c19021ae45582c6b5c8d1944df33440912f0504bdd3eb1a12bfa076e3387c523" [metadata.files] alabaster = [ @@ -1439,8 +1440,8 @@ Sphinx = [ {file = "sphinx-5.2.3-py3-none-any.whl", hash = "sha256:7abf6fabd7b58d0727b7317d5e2650ef68765bbe0ccb63c8795fa8683477eaa2"}, ] sphinx-autodoc-typehints = [ - {file = "sphinx_autodoc_typehints-1.19.2-py3-none-any.whl", hash = "sha256:3d761de928d5a86901331133d6d4a2552afa2e798ebcfc0886791792aeb4dd9a"}, - {file = "sphinx_autodoc_typehints-1.19.2.tar.gz", hash = "sha256:872fb2d7b3d794826c28e36edf6739e93549491447dcabeb07c58855e9f914de"}, + {file = "sphinx_autodoc_typehints-1.19.4-py3-none-any.whl", hash = "sha256:e190d8ee8204c3de05a64f41cf10e592e987e4063c8ec0de7e4b11f6e036b2e2"}, + {file = "sphinx_autodoc_typehints-1.19.4.tar.gz", hash = "sha256:ffd8e710f6757471b5c831c7ece88f52a9ff15f27836f4ef1c8695a64f8dcca8"}, ] sphinx-copybutton = [ {file = "sphinx-copybutton-0.5.0.tar.gz", hash = "sha256:a0c059daadd03c27ba750da534a92a63e7a36a7736dcf684f26ee346199787f6"}, diff --git a/pyproject.toml b/pyproject.toml index eea7caf4..709f4c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ asgi_gssapi = { version = "*", markers = "sys_platform == 'linux'", optional = t ansys-sphinx-theme = { version = "0.5.2", optional = true } numpydoc = { version = "1.4.0", optional = true } sphinx = { version = "5.2.3", optional = true } -sphinx_autodoc_typehints = { version = "1.19.2", optional = true } +sphinx_autodoc_typehints = { version = "1.19.4", optional = true } sphinx-notfound-page = { version = "0.8.3", optional = true } sphinx-copybutton = { version = "0.5.0", optional = true }