From dfeb1f458702b22280b0127827cf8e426f50c221 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 02:15:15 +0000 Subject: [PATCH] Update sphinx requirement from ^2.0 to ^3.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/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v2.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 836ea7e..d822a16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-Levenshtein = "^0.12.0" pytest = "^5.1" flake8 = "^3.6" sphinx_rtd_theme = "^0.4.2" -sphinx = "^2.0" +sphinx = "^3.1" sphinx-autodoc-typehints = "^1.5" reno = {version = "^2.11",extras = ["sphinx"]} poetry-setup = "^0.3.6"