Upgrade pytype (#4540)

The latest version recognizes the @runtime_checkable
decorator, required for #4442.
This commit is contained in:
Sebastian Rittau
2020-09-15 12:51:22 +02:00
committed by GitHub
parent 81d067618c
commit d4191de79f

View File

@@ -5,4 +5,4 @@ flake8==3.8.3
flake8-bugbear==20.1.4
flake8-pyi==20.5.0
isort[pyproject]==5.1.1
pytype>=2020.08.17
pytype>=2020.09.14