Merge pull request #9873 from danieldk/temporarily-pin-mypy

Pin mypy to 0.910 until there is a compatible pydantic version
This commit is contained in:
Daniël de Kok 2021-12-16 10:28:31 +01:00 committed by GitHub
commit 93e9bf681f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ pytest-timeout>=1.3.0,<2.0.0
mock>=2.0.0,<3.0.0
flake8>=3.8.0,<3.10.0
hypothesis>=3.27.0,<7.0.0
mypy>=0.910
mypy==0.910
types-dataclasses>=0.1.3; python_version < "3.7"
types-mock>=0.1.1
types-requests