From 24439329743e3efc1feabe4962187b15114bf6a6 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 16 Jul 2024 02:14:56 -0700 Subject: [PATCH] Update sphinx to 7.4.4 (#5218) * Update sphinx from 7.4.2 to 7.4.4 * Update sphinx from 7.4.2 to 7.4.4 --- docs/requirements.txt | 2 +- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6dbf7892..da6cb841 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -sphinx==7.4.2 +sphinx==7.4.4 sphinx-rtd-theme==2.0.0 myst-parser==3.0.1 diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index e9d04387..843b26be 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -23,7 +23,7 @@ djangorestframework-stubs[compatible-mypy]==3.15.0 # https://github.com/typeddj # Documentation # ------------------------------------------------------------------------------ -sphinx==7.4.2 # https://github.com/sphinx-doc/sphinx +sphinx==7.4.4 # https://github.com/sphinx-doc/sphinx sphinx-autobuild==2024.4.16 # https://github.com/GaretJax/sphinx-autobuild # Code quality