From e284864e30e6601c51549a51317bddc565a43c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:23:01 +0000 Subject: [PATCH] Update sphinx requirement from <7.4,>=7.2.6 to >=7.2.6,<7.5 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.4.0) --- updated-dependencies: - dependency-name: sphinx 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 8df9f01..b7de778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ [project.optional-dependencies] docs = [ - "sphinx>=7.2.6,<7.4", + "sphinx>=7.2.6,<7.5", "sphinx-book-theme>=1.1.0,<1.2", "sphinxcontrib-bibtex>=2.6.2,<2.7", "myst-parser>=2.0.0,<3.1",