Update to new mypy and Twisted for type checking.

This commit is contained in:
Itamar Turner-Trauring 2023-09-05 09:40:22 -04:00
parent 1931022ff0
commit a8b68c217f

View File

@ -125,7 +125,7 @@ commands =
[testenv:typechecks]
basepython = python3
deps =
mypy==1.4.1
mypy==1.5.1
mypy-zope
types-mock
types-six
@ -134,7 +134,7 @@ deps =
types-pyOpenSSL
foolscap
# Upgrade when new releases come out:
Twisted==22.10.0
Twisted==23.8.0
commands = mypy src