From 9eaa1ca0d4b8284549b0e96c72885972b6180074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 20:05:06 +0000 Subject: [PATCH] Update sphinx requirement from <6,>=4.4.0 to >=4.4.0,<7 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.4.0...v6.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 8f87a4ca5d..1a49cdb43a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ demo = [ "ipython", ] doc = [ - "sphinx>=4.4.0,<6", + "sphinx>=4.4.0,<7", "myst-parser==0.18.1", "Jinja2==3.1.2", "alabaster",