Newer mypy.

This commit is contained in:
Itamar Turner-Trauring 2023-07-21 11:04:51 -04:00
parent 9abc3730a0
commit 6cc517d1a7

View File

@ -125,9 +125,8 @@ commands =
[testenv:typechecks]
basepython = python3
deps =
mypy==1.3.0
# When 0.9.2 comes out it will work with 1.3, it's just unreleased at the moment...
git+https://github.com/shoobx/mypy-zope@f276030
mypy==1.4.1
mypy-zope
types-mock
types-six
types-PyYAML