diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f956499..7e2255b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: - id: mypy diff --git a/pyproject.toml b/pyproject.toml index 4eb8c243..9745b959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ "mkdocs-material ~=9.2; python_version < '3.8'", "mkdocs-material ~=9.5; python_version >= '3.8'", "mkdocstrings[python-legacy] ~=0.22.0; python_version < '3.8'", - "mkdocstrings[python-legacy] ~=0.25.1; python_version >= '3.8'", + "mkdocstrings[python-legacy] ~=0.25.2; python_version >= '3.8'", ] testing = [ "pytest ~=7.4",