diff --git a/requirements-tests.txt b/requirements-tests.txt index 776b52cb4..bb83e43d4 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -5,7 +5,7 @@ black==24.3.0 # must match .pre-commit-config.yaml flake8==7.0.0 # must match .pre-commit-config.yaml flake8-noqa==1.4.0 # must match .pre-commit-config.yaml flake8-pyi==24.4.1 # must match .pre-commit-config.yaml -mypy==1.9.0 +mypy==1.10.0 pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml pyright==1.1.360 pytype==2024.4.11; platform_system != "Windows" and python_version < "3.12"