From e37beb4ef0deaefe45a737a4f0acd3205151f2e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:47:39 +0000 Subject: [PATCH] pip prod(deps): 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.3.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 603b402..1798b65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ black = { optional = true, version = "*" } pytest-cov = { optional = true, version = "*" } sphinx = { optional = true, version = "<8" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279 nbsphinx = { optional = true, version = "<=0.9.5" } -sphinx-autodoc-typehints = { optional = true, version = "<=1.23.0" } +sphinx-autodoc-typehints = { optional = true, version = "<=2.3.0" } sphinx_rtd_theme = { optional = true, version = "<=3.0.2" } readthedocs-sphinx-ext = { optional = true, version = "<=2.2.5" } recommonmark = { optional = true, version = "<=0.7.1" }