From e52bc6571bf4773cff7afa20d2bdf34307640f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 08:03:43 +0000 Subject: [PATCH] Update sphinx requirement from ^6.1.3 to ^7.0.1 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.1.3...v7.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70e5e21..04f4e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ ruff = "^0.0.254" isort = "^5.10.1" black = "^23.1.0" pre-commit = "^2.20.0" -sphinx = "^6.1.3" +sphinx = "^7.0.1" typing-extensions = "^4.4.0" [build-system]