From 8efb6851fe7053e2c7d9aa4f5cb0c37eff11d367 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 06:02:03 +0000 Subject: [PATCH] Bump sphinx from 3.0.1 to 3.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.1 to 3.0.2. - [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/v3.0.1...v3.0.2) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b737263f..d9b1b475 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "flake8-bugbear==20.1.4", "pre-commit>=1.20,<3.0", ], - "docs": ["Sphinx==3.0.1", "sphinx-issues==1.2.0", "sphinx-typlog-theme==0.8.0"] + "docs": ["Sphinx==3.0.2", "sphinx-issues==1.2.0", "sphinx-typlog-theme==0.8.0"] + FRAMEWORKS, } EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]