From db69dbc217c289dfff5855ee6e648a45208f80a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:22:26 +0000 Subject: [PATCH] Update sphinx requirement from <7.1.0,>=4.3.0 to >=4.3.0,<7.2.0 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/v4.3.0...v7.1.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 8811f2e..5ae30aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "build", "setuptools", "wheel", - "Sphinx>=4.3.0,<7.1.0", + "Sphinx>=4.3.0,<7.2.0", "furo==2023.7.26", "myst-parser>=1.0,<2.1", "sphinx-copybutton==0.5.2",