From c21f39ef10c1511c416a0553a709b6b9d22bb974 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 13:38:47 +0000 Subject: [PATCH] chore(deps-dev): bump sphinx from 3.2.1 to 3.3.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0. - [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.2.1...v3.3.0) Signed-off-by: dependabot-preview[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6596ee9..a2b8a83 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ pytest==4.6.9;python_version<'3.0' pytest==6.1.2;python_version>='3.6' pytest-cov==2.10.1 Sphinx==1.8.5;python_version<'3.0' -Sphinx==3.2.1;python_version>='3.6' +Sphinx==3.3.0;python_version>='3.6' sphinx-bootstrap-theme==0.7.1 sphinxcontrib-fulltoc==1.2.0 sphinxcontrib-websupport==1.1.2;python_version<'3.0'