From 0ec0f5973994c75980a54e822dd03010f4fe2753 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:57:46 +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..b5ed4b82 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.3.1" python-markdown-math = "==0.8" Pygments = "==2.15.1" prompt_toolkit = "==3.0.39"