diff --git a/python/requirements.txt b/python/requirements.txt index f952ba0..0b5a8ee 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,4 +3,4 @@ pytest == 7.4.2; python_version >= '3.7' pytest-parametrization == 2022.2.1 mypy == 0.971; python_version < '3.7' mypy == 1.4.1; python_version == '3.7.*' -mypy == 1.5.1; python_version >= '3.8' +mypy == 1.6.0; python_version >= '3.8'