From 790669113a7860b597b7e67c1ba24b1db4b1a549 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 01:17:43 +0000 Subject: [PATCH] chore(deps): update dependency sphinx-autodoc-typehints to v1.25.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c44907..5d58d06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -970,13 +970,13 @@ test = ["cython (>=3.0)", "filelock", "html5lib", "pytest (>=4.6)", "setuptools [[package]] name = "sphinx-autodoc-typehints" -version = "1.24.1" +version = "1.25.2" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx_autodoc_typehints-1.24.1-py3-none-any.whl", hash = "sha256:4cc16c5545f2bf896ca52a854babefe3d8baeaaa033d13a7f179ac1d9feb02d5"}, - {file = "sphinx_autodoc_typehints-1.24.1.tar.gz", hash = "sha256:06683a2b76c3c7b1931b75e40e0211866fbb50ba4c4e802d0901d9b4e849add2"}, + {file = "sphinx_autodoc_typehints-1.25.2-py3-none-any.whl", hash = "sha256:5ed05017d23ad4b937eab3bee9fae9ab0dd63f0b42aa360031f1fad47e47f673"}, + {file = "sphinx_autodoc_typehints-1.25.2.tar.gz", hash = "sha256:3cabc2537e17989b2f92e64a399425c4c8bf561ed73f087bc7414a5003616a50"}, ] [package.dependencies] @@ -1206,4 +1206,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "9c8e917034acdd0cfa98681215af72900be1157d28471296f17498ee5e456177" +content-hash = "3db7ca8d4603a732fcd91d61d8f56c28921d5732626f176ba1e014ad4316bfd4" diff --git a/pyproject.toml b/pyproject.toml index 757d3c5..4a55802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ bump2version = "1.0.1" tox = "4.11.3" pytest = "7.4.3" pytest-cov = "4.1.0" -sphinx-autodoc-typehints = "1.24.1" +sphinx-autodoc-typehints = "1.25.2" autopep8 = "2.0.4" rope = "1.10.0" pydocstyle = "6.3.0"