From 0241eb0ae8b5f6251dcaf08f2ff28522b4a4dcb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 01:58:34 +0000 Subject: [PATCH] Update sphinx requirement from ^4.2.0 to ^5.2.3 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/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v5.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 9e8dc17..b5cc889 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 = "^5.2.3" pytest = "^6.2.5" pre-commit = "^2.15.0" scrutinizer-ocular = "^1.0.3"