From c72b8c8d57e7388309cec96dcc2e5b6c4291978c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:05:29 +0000 Subject: [PATCH] chore(deps): update dependency mkdocs-material to v9.5.19 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 71134e74..0780f0f5 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.19" python-markdown-math = "==0.8" Pygments = "==2.16.1" prompt_toolkit = "==3.0.39"