From a9d194d4e611258d7ffe853e196c2f6a5e881882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:45:05 +0000 Subject: [PATCH] chore(deps-dev): 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/v3.3.1...v7.2.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 ebdd954..39a8b00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "black", ] docs = [ - "sphinx~=3.3.1", + "sphinx>=3.3.1,<7.3.0", "sphinx-book-theme~=0.0.39", "sphinx-autodoc-typehints~=1.11.1", "sphinx-copybutton~=0.3.1",