From d1f5da5db36ebee109f9c3aafd7a4501082a86fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:14:51 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from <=1.23.0 to <=2.1.0 Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. - [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.0.0...2.1.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e45ec46..f7084a57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ "myst-parser==1.0.0", "sphinx-copybutton==0.5.2", "sphinx-autobuild==2021.3.14", - "sphinx-autodoc-typehints<=1.23.0", + "sphinx-autodoc-typehints<=2.1.0", "packaging" ] examples = [