From becfdb72d46c361ea676e8990dca70bbd6ef0eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:00:41 +0000 Subject: [PATCH] chore(deps): update dependency sphinx-autodoc-typehints to v2.3.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e774e00..90c5be4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -964,13 +964,13 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools [[package]] name = "sphinx-autodoc-typehints" -version = "2.2.3" +version = "2.3.0" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" optional = false python-versions = ">=3.9" files = [ - {file = "sphinx_autodoc_typehints-2.2.3-py3-none-any.whl", hash = "sha256:b7058e8c5831e5598afca1a78fda0695d3291388d954464a6e480c36198680c0"}, - {file = "sphinx_autodoc_typehints-2.2.3.tar.gz", hash = "sha256:fde3d888949bd0a91207cf1e54afda58121dbb4bf1f183d0cc78a0826654c974"}, + {file = "sphinx_autodoc_typehints-2.3.0-py3-none-any.whl", hash = "sha256:3098e2c6d0ba99eacd013eb06861acc9b51c6e595be86ab05c08ee5506ac0c67"}, + {file = "sphinx_autodoc_typehints-2.3.0.tar.gz", hash = "sha256:535c78ed2d6a1bad393ba9f3dfa2602cf424e2631ee207263e07874c38fde084"}, ] [package.dependencies] @@ -1190,4 +1190,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "9fc90ebc1202359b4c1890ddc49dbeac39bbeef64cf3c4ec7c1a2916302116c0" +content-hash = "8e4c14622e0ce9c7346c1a0c73e7860f94b6fb9cc4f8039d07d716a49b98544b" diff --git a/pyproject.toml b/pyproject.toml index cb6cf0d..42900f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ bump2version = "1.0.1" tox = "4.18.0" pytest = "8.3.2" pytest-cov = "5.0.0" -sphinx-autodoc-typehints = "2.2.3" +sphinx-autodoc-typehints = "2.3.0" autopep8 = "2.3.1" rope = "1.13.0" pydocstyle = "6.3.0"