From 176cae78428d2003eeb2895bc5eb0ce87289965b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:58:26 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 2.4.0 to 2.4.4 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.4.0 to 2.4.4. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.0...2.4.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 75ba9af1c..6bc2a9817 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1761,13 +1761,13 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools [[package]] name = "sphinx-autodoc-typehints" -version = "2.4.0" +version = "2.4.4" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" optional = false python-versions = ">=3.10" files = [ - {file = "sphinx_autodoc_typehints-2.4.0-py3-none-any.whl", hash = "sha256:c9774d47e7d304cf975e073df49ebf19763dca94ac0295e7013b522b26cb18de"}, - {file = "sphinx_autodoc_typehints-2.4.0.tar.gz", hash = "sha256:8f8281654ddf5709875429b7120d367f4edee39a131e13d5806e4f779a81bf0f"}, + {file = "sphinx_autodoc_typehints-2.4.4-py3-none-any.whl", hash = "sha256:940de2951fd584d147e46772579fdc904f945c5f1ee1a78c614646abfbbef18b"}, + {file = "sphinx_autodoc_typehints-2.4.4.tar.gz", hash = "sha256:e743512da58b67a06579a1462798a6907664ab77460758a43234adeac350afbf"}, ] [package.dependencies] @@ -2103,4 +2103,4 @@ fakeredis = ["fakeredis"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5c9d7e5bf9f284abc00a78bed66ef37ce3926a12f6d5b32189fb5911389875ed" +content-hash = "29d9188abf85900cf35b165fc33763d6a077992071667c41f74c76c7808bbb06" diff --git a/pyproject.toml b/pyproject.toml index e3251845e..0abb6e88f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pre-commit = "3.8.0" [tool.poetry.group.doc.dependencies] Sphinx = "8.0.2" gitpython = "3.1.43" -sphinx-autodoc-typehints = "2.4.0" +sphinx-autodoc-typehints = "2.4.4" furo = "2024.8.6" six = "1.16.0" releases = "2.1.1"