updated mypy pin (new release)

This commit is contained in:
Luis Aleixo 2023-04-13 16:45:40 +02:00
parent d21ff6cafa
commit 6d4f3a5d7f

View file

@ -43,7 +43,7 @@ REQUIREMENTS: dict = {
'test': [
'pytest',
'pytest-mypy != v0.10.1',
'mypy != 1.1.1',
'mypy < 1.1.1',
'pytest-tornasync',
'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git',
'types-dataclasses',