diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8929d0e5a..fa8253a69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: # stages: [push] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.7.1" + rev: "v1.8.0" hooks: - id: mypy exclude: build_helpers diff --git a/requirements-dev.txt b/requirements-dev.txt index 32e2cf4f9..d6da8f08f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ coveralls==3.3.1 ruff==0.1.8 -mypy==1.7.1 +mypy==1.8.0 pre-commit==3.6.0 pytest==7.4.3 pytest-asyncio==0.21.1