From cd16bfed18e96b836f7c2dde432e89d2a41e60ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 20:35:38 +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 231ab98b..9bc065fd 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.6" python-markdown-math = "==0.8" Pygments = "==2.13.0" prompt_toolkit = "==3.0.38"