diff --git a/build-requirements.txt b/build-requirements.txt index b950269f..c31dfeb0 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -1,6 +1,6 @@ # in the meantime we migrate to pyproject.toml # this represent the minimum requirement to build (for the optional speedup) -mypy==1.9.0; python_version >= '3.8' +mypy==1.11.1; python_version >= '3.8' mypy==1.4.1; python_version < '3.8' build==0.10.0 wheel==0.42.0 diff --git a/dev-requirements.txt b/dev-requirements.txt index 2a9df95c..1f0701ea 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ build==0.10.0 wheel==0.42.0 black==23.3.0 -mypy==1.9.0; python_version >= '3.8' +mypy==1.11.1; python_version >= '3.8' mypy==1.4.1; python_version < '3.8' Flask==2.2.3 pytest>=7.4.4,<=8.1.1