From 09e7fce7dee8e02ae59b0c5ae63dccdb4505da86 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 4 Jul 2020 06:27:32 -0700 Subject: [PATCH] Pin sphinx-autobuild to latest version 0.7.1 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 9c41385a..fe95d4f9 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -21,7 +21,7 @@ pytest-sugar==0.9.3 # https://github.com/Frozenball/pytest-sugar # Documentation # ------------------------------------------------------------------------------ sphinx==3.1.1 # https://github.com/sphinx-doc/sphinx -sphinx-autobuild # https://github.com/GaretJax/sphinx-autobuild +sphinx-autobuild==0.7.1 # https://github.com/GaretJax/sphinx-autobuild # Code quality # ------------------------------------------------------------------------------