From 0c25dad7a8bc5168b253f57c966e86cbfcf74262 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 2 Oct 2024 18:44:50 +0100 Subject: [PATCH] Update sphinx-autobuild from 2024.9.19 to 2024.10.2 --- {{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 1d635b37d..35b1e5ee2 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -25,7 +25,7 @@ djangorestframework-stubs==3.15.1 # https://github.com/typeddjango/djangorestfr # Documentation # ------------------------------------------------------------------------------ sphinx==7.4.7 # https://github.com/sphinx-doc/sphinx -sphinx-autobuild==2024.9.19 # https://github.com/GaretJax/sphinx-autobuild +sphinx-autobuild==2024.10.2 # https://github.com/GaretJax/sphinx-autobuild # Code quality # ------------------------------------------------------------------------------