diff --git a/pyproject.toml b/pyproject.toml index d0fd9dcdb..93430d668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ test = [ ] docs = [ # MkDocs to build our documentation. - "mkdocs==1.6.0", + "mkdocs==1.6.1", # pylinkvalidator to check for broken links in documentation. "pylinkvalidator==0.3", ]