From 78d620ff60d091b775d6ea1c6b1891c703f0dd80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:58:00 +0000 Subject: [PATCH] :arrow_up: Update sphinx requirement from <7,>=5 to >=5,<8 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.0.0...v7.0.1) --- 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 85e60da..d5ec6f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Documentation = "https://rst-to-myst.readthedocs.io" rst2myst = "rst_to_myst.cli:main" [project.optional-dependencies] -sphinx = ["sphinx>=5,<7"] +sphinx = ["sphinx>=5,<8"] test = [ "pytest~=6.0", "coverage",