From 528aa497f4d60499c7ae039096f1bc9356a85312 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 04:44:37 +0000 Subject: [PATCH] chore(deps): update dependency mkdocs-material to v9 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 656ead7e..86d8034e 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [packages] mkdocs = "==1.4.2" -mkdocs-material = "==8.5.11" +mkdocs-material = "==9.1.21" python-markdown-math = "==0.8" Pygments = "==2.15.1" prompt_toolkit = "==3.0.39"