From b267bde94d54d5ae362573bfb96e00e3b6ecd446 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 01:56:03 +0000 Subject: [PATCH] feat(Dependencies): Update dependency sphinx-autodoc-typehints to v1.25.2 | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | pypi | sphinx-autodoc-typehints | 1.24.1 | 1.25.2 | --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 667f09f..f20a4b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1658,14 +1658,14 @@ 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" category = "dev" 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] @@ -2077,4 +2077,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.4" -content-hash = "cdc2d74613b287ddb7c24b7e3770245c33115cf91b1b514dc11cde3f6702b971" +content-hash = "7e8c771f8c3b9ae29fb5b71c3f12f24a59550d2667aa94b2ee97452b28c50e0d" diff --git a/pyproject.toml b/pyproject.toml index 56eab31..7a654c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ psycopg2 = "2.9.9" aiohttp-devtools = "1.1" pre-commit = "3.5.0" black = {version = "23.11.0",allow-prereleases = true} -sphinx-autodoc-typehints = "1.24.1" +sphinx-autodoc-typehints = "1.25.2" sphinx = "7.2.6" sphinxcontrib-trio = "1.1.2" lxml = "4.9.3"