From aea1e317b77204beac359a5d96188b03a7b34a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:55:44 +0000 Subject: [PATCH] :arrow_up: Update sphinxcontrib-qthelp requirement Updates the requirements on [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-qthelp/compare/1.0.8...2.0.0) --- updated-dependencies: - dependency-name: sphinxcontrib-qthelp dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d6319dc..2c425b34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ sphinxcontrib-applehelp = "^1.0.8" sphinxcontrib-devhelp = "^1.0.6" sphinxcontrib-htmlhelp = "^2.1.0" sphinxcontrib-jsmath = "^1.0.1" -sphinxcontrib-qthelp = "^1.0.8" +sphinxcontrib-qthelp = ">=1.0.8,<3.0.0" sphinxcontrib-serializinghtml = "^1.1.10" sphinx-rtd-theme = ">=1.1.1,<3.0.0" sphinx-autodoc-typehints = ">=1.19.5,<3.0.0"