From 4d7708b4d080c9711360ecc63e539c2b0c8728a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:04:32 +0000 Subject: [PATCH] Update dependency mkdocs-material to v9.5.41 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 225ffd9e5..9eaab9848 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,7 @@ faker = "==19.13.0" flake8 = "==6.1.0" invoke = "==2.2.0" mkdocs = "==1.5.3" -mkdocs-material = "==9.4.14" +mkdocs-material = "==9.5.41" mypy = "==1.8.0" pre-commit = "==3.5.0" pytest = "==7.4.3"