From d2bba34b55bc53efa7c714c9f15e97ec036ef0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:33:20 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 1.23.3 to 2.4.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.23.3 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/1.23.3...2.4.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 368675b..9c7295f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "myst_parser", "sphinx-copybutton==0.5.2", "sphinx-autobuild==2021.3.14", - "sphinx-autodoc-typehints==1.23.3", + "sphinx-autodoc-typehints==2.4.1", "sphinx_rtd_theme>=1.0", "packaging" ]