diff --git a/build-requirements.txt b/build-requirements.txt index ce978b23..db147355 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -2,7 +2,7 @@ # this represent the minimum requirement to build (for the optional speedup) --find-links https://github.com/mypyc/mypy_mypyc-wheels/releases/expanded_assets/v1.12.0+dev.b2deaaecf1a11e13bc962558992b5f2d5701f295 mypy==1.11.2; python_version >= '3.8' and python_version < '3.13' -mypy==1.12.0; python_version >= '3.13' +mypy==1.12.1; python_version >= '3.13' mypy==1.4.1; python_version < '3.8' build>=0.10.0,<2 wheel==0.42.0 diff --git a/dev-requirements.txt b/dev-requirements.txt index 12c2ebfd..666298aa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ build>=0.10.0,<2 wheel==0.42.0 black==23.3.0 mypy==1.11.2; python_version >= '3.8' and python_version < '3.13' -mypy==1.12.0; python_version >= '3.13' +mypy==1.12.1; python_version >= '3.13' mypy==1.4.1; python_version < '3.8' Flask==2.2.3 pytest>=7.4.4,<=8.3.3