diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 283c0058..ad72b6fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,6 @@ repos: types: - python - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.10.0" + rev: "v1.11.1" hooks: - id: mypy diff --git a/setup.py b/setup.py index bd7d6cb7..52a7cb2d 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ "black==24.4.2", "flake8==7.0.0", "isort==5.12.0", - "mypy<1.11", + "mypy<1.12", ], }, python_requires=">=3.8",