Skip to content

Commit 17846c4

Browse files
authored
Extend to mypy<0.970 (#725)
1 parent 3dcd03d commit 17846c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pytest-cov>=2.7.0,<2.8.0
2222
coverage>=5.0.0,<6.0.0
2323
mock>=2.0.0,<3.0.0
2424
flake8>=3.5.0,<3.6.0
25-
mypy>=0.901,<0.960; platform_machine!='aarch64'
25+
mypy>=0.901,<0.970; platform_machine!='aarch64'
2626
types-mock>=0.1.1
2727
types-contextvars>=0.1.2; python_version < "3.7"
2828
types-dataclasses>=0.1.3; python_version < "3.7"

0 commit comments

Comments
 (0)