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