diff --git a/python/requirements.txt b/python/requirements.txt index 8259247..3fb5458 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -4,4 +4,4 @@ pytest == 8.3.2; python_version >= '3.8' pytest-parametrization == 2022.2.1 mypy == 0.971; python_version < '3.7' mypy == 1.4.1; python_version in '3.7' -mypy == 1.11.1; python_version >= '3.8' +mypy == 1.11.2; python_version >= '3.8'