From ef5ff7391ad34bf59c8824e249e92ccf02b7bda9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 01:45:38 +0000 Subject: [PATCH] Update sphinx requirement from ^4.2.0 to ^6.1.2 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.2.0...v6.1.2) --- 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 9e8dc17..bd9a672 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ rich = "^10.12.0" black = "^21.9b0" pylint = "^2.11.1" mypy = "^0.910" -Sphinx = "^4.2.0" +Sphinx = "^6.1.2" pytest = "^6.2.5" pre-commit = "^2.15.0" scrutinizer-ocular = "^1.0.3"