diff --git a/pyproject.toml b/pyproject.toml index be4c482..7c4f29e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ config-path = "none" [tool.hatch.envs.docs] dependencies = [ "mkdocs-material==9.7.0", - "mkdocstrings[python]==0.30.1", + "mkdocstrings[python]==1.0.0", ] [tool.hatch.envs.docs.scripts] serve = "mkdocs serve"