From 1ec56817ff544725a5fda53620db87c3812c7e0c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 30 Dec 2022 08:33:34 +0530 Subject: [PATCH] Update sphinx from 5.3.0 to 6.0.0 --- {{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 df120d32a..caf73a68b 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -23,7 +23,7 @@ djangorestframework-stubs==1.7.0 # https://github.com/typeddjango/djangorestfra # Documentation # ------------------------------------------------------------------------------ -sphinx==5.3.0 # https://github.com/sphinx-doc/sphinx +sphinx==6.0.0 # https://github.com/sphinx-doc/sphinx sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild # Code quality