From 7d8c0631cd47e6fc8316f3f315afcdfde2a2707c Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 25 Apr 2024 21:47:51 -0700 Subject: [PATCH] Update mkdocs and mkdocs-material together * There was a bit of discussion upstream about the pinning but that is resolved https://github.com/squidfunk/mkdocs-material/issues/7076 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 36b4cb656..496be1b0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs==1.5.3 -mkdocs-material==9.5.18 +mkdocs==1.6.0 +mkdocs-material==9.5.19 pygments==2.17.2 pymdown-extensions==10.8