From dc6201a1db9ef07e4d8321b6c2736db2ff6b689c Mon Sep 17 00:00:00 2001 From: rwxd Date: Mon, 2 Jan 2023 13:39:25 +0100 Subject: [PATCH] fix(container): pinned requirements & updated mkdocs material --- requirements.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 97b7a68..417c01b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ -mkdocs==1.3.0 -mkdocs-material==8.3.8 -pre-commit +mkdocs==1.4.2 +mkdocs-material==9.0.0 pygments -plantuml-markdown -mkdocs-same-dir -mkdocs-roamlinks-plugin -mkdocs-exclude -mkdocs-awesome-pages-plugin \ No newline at end of file +plantuml-markdown==3.8.0 +mkdocs-same-dir==0.1.2 +mkdocs-roamlinks-plugin==0.2.0 +mkdocs-exclude==1.0.2 +mkdocs-awesome-pages-plugin==2.8.0