Update mypy to the latest which supports Python 3.6

This commit is contained in:
Peter Law
2023-02-13 19:43:57 +00:00
parent ffadfca81b
commit cf240c7d2b

View File

@@ -53,7 +53,10 @@ setup(
'qa': [ 'qa': [
# Latest version which supports Python 3.6 # Latest version which supports Python 3.6
'flake8==5.0.4', 'flake8==5.0.4',
'mypy==0.782', # Latest version which supports Python 3.6
'mypy==0.971',
# Arbitrary pins, latest at the time of pinning
'types-setuptools==67.2.0.1',
], ],
}, },
) )