From ab583199b55c47fce12293d955bf226f93e2a59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:39:32 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 2.4.0 to 2.4.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.4.0 to 2.4.1. - [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.1) --- 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..9d6625443 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.1" 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.1-py3-none-any.whl", hash = "sha256:af37abb816ebd2cf56c7a8174fd2f34d0f2f84fbf58265f89429ae107212fe6f"}, + {file = "sphinx_autodoc_typehints-2.4.1.tar.gz", hash = "sha256:cfe410920cecf08ade046bb387b0007edb83e992de59686c62d194c762f1e45c"}, ] [package.dependencies] @@ -2103,4 +2103,4 @@ fakeredis = ["fakeredis"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5c9d7e5bf9f284abc00a78bed66ef37ce3926a12f6d5b32189fb5911389875ed" +content-hash = "6adc04ef19106cb80a9a1185de4fe5d934e47a0535ff798ef4d745705a3a538e" diff --git a/pyproject.toml b/pyproject.toml index e3251845e..b3471dacd 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.1" furo = "2024.8.6" six = "1.16.0" releases = "2.1.1"