From 6e9dbca3934a2908859576cae6221d626ac1aeab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 6 Apr 2024 11:19:51 +0300 Subject: [PATCH] Update sphinx from 1.8.5 to 7.2.6 --- {{cookiecutter.project_slug}}/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements_dev.txt b/{{cookiecutter.project_slug}}/requirements_dev.txt index e02093f48..2c0721448 100644 --- a/{{cookiecutter.project_slug}}/requirements_dev.txt +++ b/{{cookiecutter.project_slug}}/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==0.9.0 flake8==3.7.8 tox==3.14.0 coverage==4.5.4 -Sphinx==1.8.5 +Sphinx==7.2.6 twine==1.14.0 {% if cookiecutter.command_line_interface|lower == 'click' -%} Click==7.1.2{% endif %}