From e573636be7c3f9aa145bb129d54a0917a47b16af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 20:02:45 +0000 Subject: [PATCH] build(deps): bump sphinx-autodoc-typehints from 1.19.2 to 1.19.4 (#459) Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.19.2 to 1.19.4. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.2...1.19.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3e344865..a77abfcd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1186,18 +1186,19 @@ go = ["sphinxcontrib-golangdomain"] [[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-click" @@ -1561,7 +1562,7 @@ docs = ["Sphinx", "sphinx-click", "sphinx-issues", "nbsphinx", "sphinx-rtd-theme [metadata] lock-version = "1.1" python-versions = ">=3.8.0,<3.10" -content-hash = "49c14ed702dd67c03089ea44b07176da1100d3cdd1774fe1689f6d49ea044469" +content-hash = "4bd37586e468a4e9770f73123c13e77df29ca112fe6d255a7553074d7eeaf92a" [metadata.files] alabaster = [ @@ -2478,8 +2479,8 @@ sphinx-autoapi = [ {file = "sphinx_autoapi-1.9.0-py2.py3-none-any.whl", hash = "sha256:d217953273b359b699d8cb81a5a72985a3e6e15cfe3f703d9a3c201ffc30849b"}, ] 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-click = [ {file = "sphinx-click-4.3.0.tar.gz", hash = "sha256:bd4db5d3c1bec345f07af07b8e28a76cfc5006d997984e38ae246bbf8b9a3b38"}, diff --git a/pyproject.toml b/pyproject.toml index c551f1d4..d9cfb004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ sphinx-click = { version = "4.3.0", optional = true } sphinx-issues = { version = "3.0.1", optional = true } nbsphinx = { version = "^0.8.8", optional = true } sphinx-rtd-theme = { version = "1.0.0", optional = true } -sphinx-autodoc-typehints = { version = "1.19.2", optional = true } +sphinx-autodoc-typehints = { version = "1.19.4", optional = true } autoapi = { version = "2.0.1", optional = true } sphinx-autoapi = { version = "1.9.0", optional = true } sphinxcontrib-apidoc = { version = "0.3.0", optional = true }