From bcf4e3042a748eb439a2961d690f6da6515ca4de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 04:31:01 +0000 Subject: [PATCH] Update dependency mkdocs-material to v9.5.50 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 225ffd9e5..5c81b02b3 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.50" mypy = "==1.8.0" pre-commit = "==3.5.0" pytest = "==7.4.3"