From 91b620037279de57a7456590fcdfab73a0c1360a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 11:18:54 +0000 Subject: [PATCH] Update sphinx requirement from 1.8.3 to 2.2.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/v1.8.3...v2.2.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 bce1708f..3bfe1797 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.2.0" sphinx-autobuild = "0.7.1" sphinx-rtd-theme = "0.4.2" sphinxcontrib-httpdomain = "1.6.1"