From d75b042b82029600b9d0a0e94a51628dc1095b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:34:32 +0000 Subject: [PATCH] Update sphinx requirement from ^3.0.0 to ^4.0.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/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.0...v4.0.0) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05ab9bbf..dd522f8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ mypy = "^0.812" pytest = ">=5.4.1,<7" pytest-cov = "^2.10.0" flake8 = "^3.7.9" -sphinx = "^3.0.0" +sphinx = "^4.0.0" coverage = "^5.1" twine = "^3.1.1" wheel = "^0.35.0" -- 2.47.3