From ccbb1d3afc3d494f0c4ecded37cd904f592e2416 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 21 Feb 2025 09:09:32 -0800 Subject: [PATCH] Update sphinx to 8.2.0 (#5693) --- {{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 b21f884c..82f8efd9 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -23,7 +23,7 @@ djangorestframework-stubs==3.15.2 # https://github.com/typeddjango/djangorestfr # Documentation # ------------------------------------------------------------------------------ -sphinx==8.1.3 # https://github.com/sphinx-doc/sphinx +sphinx==8.2.0 # https://github.com/sphinx-doc/sphinx sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild # Code quality