From 328b51b60e79682fa5b40e3ade4b7977536ceb3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:53:25 +0000 Subject: [PATCH] :arrow_up: Update sphinxcontrib-devhelp requirement Updates the requirements on [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-devhelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-devhelp/compare/1.0.6...2.0.0) --- updated-dependencies: - dependency-name: sphinxcontrib-devhelp 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..53f9da96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-html = "^3.2.0" pytest-cov = ">=4,<6" Sphinx = ">=5.3,<8.0" sphinxcontrib-applehelp = "^1.0.8" -sphinxcontrib-devhelp = "^1.0.6" +sphinxcontrib-devhelp = ">=1.0.6,<3.0.0" sphinxcontrib-htmlhelp = "^2.1.0" sphinxcontrib-jsmath = "^1.0.1" sphinxcontrib-qthelp = "^1.0.8"