From b37dddbc3a06f1b717d1101d14f5b45bfecf09da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:59:56 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement from <3.0,>=2.0.0 to >=2.0.0,<4.0 Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme 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 76f30ce..639dac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dynamic = ["version"] [project.optional-dependencies] docs = [ "Sphinx>=7.2.6,<8.0", - "sphinx-rtd-theme>=2.0.0,<3.0" + "sphinx-rtd-theme>=2.0.0,<4.0" ] tests = [ "hypothesis>=6.99.12,<7.0",