diff --git a/pyproject.toml b/pyproject.toml index 069151e..491a816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ config-path = "none" [tool.hatch.envs.docs] dependencies = [ "mkdocs-material==9.7.1", - "mkdocstrings[python]==1.0.0", + "mkdocstrings[python]==1.0.1", ] [tool.hatch.envs.docs.scripts] serve = "mkdocs serve"