From 47b2dfa396f869a415667eded502f4c045ccab8a Mon Sep 17 00:00:00 2001 From: Peter Rowlands Date: Tue, 12 Sep 2023 19:45:38 +0900 Subject: [PATCH] deps: update mkdocs --- {{cookiecutter.project_name}}/setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/{{cookiecutter.project_name}}/setup.cfg b/{{cookiecutter.project_name}}/setup.cfg index f9a5acf..be2b5b9 100644 --- a/{{cookiecutter.project_name}}/setup.cfg +++ b/{{cookiecutter.project_name}}/setup.cfg @@ -28,11 +28,11 @@ install_requires= [options.extras_require] {%- if cookiecutter.docs != "False" %} docs = - mkdocs==1.3.1 - mkdocs-gen-files==0.3.5 - mkdocs-material==8.4.1 - mkdocs-section-index==0.3.4 - mkdocstrings-python==0.7.1 + mkdocs==1.5.2 + mkdocs-gen-files==0.5.0 + mkdocs-material==9.3.1 + mkdocs-section-index==0.3.6 + mkdocstrings-python==1.6.3 {%- endif %} tests = pytest==7.2.0