From da08829ce00b49f01e5ab923126b157935d6f274 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:29:16 -0400 Subject: [PATCH] chore(deps): update dependency sphinx-autodoc-typehints to v2.2.3 (#294) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bc7d20d..579fb01 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.2" +version = "2.2.3" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" optional = false python-versions = ">=3.9" files = [ - {file = "sphinx_autodoc_typehints-2.2.2-py3-none-any.whl", hash = "sha256:b98337a8530c95b73ba0c65465847a8ab0a13403bdc81294d5ef396bbd1f783e"}, - {file = "sphinx_autodoc_typehints-2.2.2.tar.gz", hash = "sha256:128e600eeef63b722f3d8dac6403594592c8cade3ba66fd11dcb997465ee259d"}, + {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"}, ] [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 = "a81a8f66f6e95ca3e2bef12b1949e0ae100ace837b478dfbcab1aabc7b7ff83d" +content-hash = "23226884882764f71148d4708281911e4b4f3504648fbaa7490943658570ed35" diff --git a/pyproject.toml b/pyproject.toml index 24b2695..6bb1f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ bump2version = "1.0.1" tox = "4.16.0" pytest = "8.3.2" pytest-cov = "5.0.0" -sphinx-autodoc-typehints = "2.2.2" +sphinx-autodoc-typehints = "2.2.3" autopep8 = "2.3.1" rope = "1.13.0" pydocstyle = "6.3.0"