From 35d189c6d51f318c42870f9d517fdd7ffc3186e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:08:05 +0000 Subject: [PATCH] chore(deps): update dependency mkdocs-material to v9.5.20 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 71134e74..52745b1b 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [packages] mkdocs = "==1.5.3" -mkdocs-material = "==9.4.2" +mkdocs-material = "==9.5.20" python-markdown-math = "==0.8" Pygments = "==2.16.1" prompt_toolkit = "==3.0.39"