From 361664cbd447a3655d19ee46f5633bcdf722cffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:06:36 +0000 Subject: [PATCH] Update sphinx requirement from <7.2,>=5.3.0 to >=5.3.0,<7.3 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) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.3.0...v7.2.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 6aa8b7f..76c1754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ [project.optional-dependencies] docs = [ - "sphinx>=5.3.0,<7.2", + "sphinx>=5.3.0,<7.3", "sphinx-book-theme>=1.0.0,<1.1", "sphinxcontrib-bibtex>=2.5.0,<2.6", "myst-parser>=0.18.0,<2.1",