From 5a7d196a23e7bb20c1604535e3b84e57cb04c3ba Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Sat, 17 Oct 2020 23:36:15 -0700 Subject: [PATCH] Upgrade flake8-pyi to fix CI This fixes things on Python 3.9, which we've started using since #4656 --- requirements-tests-py3.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index 0814ebc963f1..b52d9c9729fe 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -1,8 +1,8 @@ git+https://github.com/python/mypy.git@master typed-ast>=1.0.4 black==20.8b1 -flake8==3.8.3 +flake8==3.8.4 flake8-bugbear==20.1.4 -flake8-pyi==20.5.0 +flake8-pyi==20.10.0 isort[pyproject]==5.5.3 pytype>=2020.09.16