diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a111141f..a49d1e492 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - cachetools~=5.2.0 - . # this basically does `pip install -e .` - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.960 + rev: v0.961 hooks: - id: mypy name: mypy-ptb diff --git a/requirements-dev.txt b/requirements-dev.txt index 84a112796..9b1efa78c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pre-commit black==22.3.0 flake8==4.0.1 pylint==2.13.9 -mypy==0.960 +mypy==0.961 pyupgrade==2.32.1 isort==5.10.1