From 4455cd1caa2cb04a7a64d1b3febf0e3f9b4ae603 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 14:16:26 +0000 Subject: [PATCH] chore(deps-dev): bump sphinx from 3.5.2 to 3.5.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.2 to 3.5.3. - [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/commits) 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 8fc85304..661ff5fd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ pytest==4.6.9;python_version<'3.0' pytest==6.2.2;python_version>='3.6' pytest-cov==2.11.1 Sphinx==1.8.5;python_version<'3.0' -Sphinx==3.5.2;python_version>='3.6' +Sphinx==3.5.3;python_version>='3.6' sphinx-bootstrap-theme==0.7.1 sphinxcontrib-websupport==1.1.2;python_version<'3.0' sphinxcontrib-websupport==1.2.4;python_version>='3.6'