From 27652cd7469aa9ef425818dacf6fd0f365850325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 10:11:08 +0000 Subject: [PATCH] :arrow_up: Update sphinx requirement 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...v6.1.3) --- 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 8e4c27a1..d4ce921f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ tests = [ "pytest-cov>=3.0.0,<3.0.1", ] docs = [ - "sphinx>=5.3.0,<5.4.0", + "sphinx>=5.3.0,<6.2.0", "furo==2022.12.7", "sphinx-copybutton>=0.5.1,<0.5.2", "sphinxext-opengraph>=0.7.3,<0.7.4",