From 6518bab27a68773caf3484e3d5dbf8cad62f1801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 03:08:26 +0000 Subject: [PATCH] build(deps-dev): Update sphinx requirement from ~=6.0 to >=6,<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/v6.0.0...v7.0.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 b219477..688ef75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ urls.changelog = "https://github.com/dbmurphy/SchemaAlterRulesEngine" [project.optional-dependencies] docs = [ "furo >= 2021.08.31", - "sphinx ~= 6.0", + "sphinx >= 6,< 8", "sphinx-argparse-cli >= 1.5", "sphinx-autodoc-typehints >= 1.10", ]