From ee15d786962b90d4ad4e05014f4a77ffca3b706e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 07:28:14 +0000 Subject: [PATCH] Update sphinx requirement from 1.8.3 to 2.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/v1.8.3...v2.1.2) 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 bce1708f..e36b262e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest = "4.1.1" pytest-asyncio = "0.10.0" pytest-cov = "2.6.1" pytest-mock = "1.10.0" -sphinx = "1.8.3" +sphinx = "2.1.2" sphinx-autobuild = "0.7.1" sphinx-rtd-theme = "0.4.2" sphinxcontrib-httpdomain = "1.6.1"