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