From cfff643b6cd29ade98fb5fb9a749808f4fe2e2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:09:25 +0000 Subject: [PATCH] pip dev(deps-dev): update sphinx-autodoc-typehints requirement 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:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03049886f..6bad2e197 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "yamlordereddictloader", "sphinx<7", # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279 "nbsphinx<=0.9.2", - "sphinx-autodoc-typehints<=2.0.1", + "sphinx-autodoc-typehints<=2.1.0", "sphinx_rtd_theme<=2.0.0", "readthedocs-sphinx-ext<=2.2.5", "recommonmark<=0.7.1",