diff --git a/pyproject.toml b/pyproject.toml index f8fdc49..970213a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,6 @@ requires-python = ">=3.12" [dependency-groups] docs = [ - "mkdocs>=1.6", - "mkdocs-material>=9.5", + "mkdocs>=1.6.1", + "mkdocs-material>=9.7.6", ]