From 75b8d745bd86c363371cab813c7879c5eac4d62e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 21:12:50 +0000 Subject: [PATCH] chore(deps): update dependency sphinx-autodoc-typehints to v1.25.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c44907..f2a97d9 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.0" 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.0-py3-none-any.whl", hash = "sha256:e07601112663dd016568d9d31a4623d29ae91d554840f8c76d4c5573cfbd9d79"}, + {file = "sphinx_autodoc_typehints-1.25.0.tar.gz", hash = "sha256:37f56de10920a8aca6fb76e843eb8c7dd32c1322fc0d851cdc59a249f72bf6ae"}, ] [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 = "ec475cdcd2852e4d417fa567237dec7bf56ae7a8137c797b33c60a7df62a25e7" diff --git a/pyproject.toml b/pyproject.toml index 757d3c5..4abf3fc 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.0" autopep8 = "2.0.4" rope = "1.10.0" pydocstyle = "6.3.0"