From 1b8c75a749d79faa68ef3cecb1a2d03b10654eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:42:13 +0000 Subject: [PATCH] Update sphinx requirement from ^4.2.0 to ^5.3.0 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...v5.3.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 9e8dc17..dd89645 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.3.0" pytest = "^6.2.5" pre-commit = "^2.15.0" scrutinizer-ocular = "^1.0.3"