fix(ingest): pin to new mypy version (#2670)

This commit is contained in:
Harshal Sheth 2021-06-11 09:44:54 -07:00 committed by GitHub
parent 24268c2021
commit 5eee818a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,8 +100,6 @@ all_exclude_plugins: Set[str] = {
}
mypy_stubs = {
# for Python 3.6 support
"dataclasses",
"types-dataclasses",
"sqlalchemy-stubs",
"types-pkg_resources",
@ -124,7 +122,7 @@ base_dev_requirements = {
"coverage>=5.1",
"flake8>=3.8.3",
"isort>=5.7.0",
"mypy>=0.782",
"mypy>=0.901",
"pytest>=6.2.2",
"pytest-cov>=2.8.1",
"pytest-docker",