From bf88e6d8fcb550c98b887f840515470849771fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:34:53 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 2.2.2 to 2.4.4 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.2.2 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.2.2...2.4.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37f9bf0e..a19897bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ doc = [ "alabaster==1.0.0", "sphinx==8.0.2", - "sphinx-autodoc-typehints==2.2.2", + "sphinx-autodoc-typehints==2.4.4", "sphinxcontrib-asyncio==0.3.0" ]