From 7603acd8b802e3719af836678b22bfb049e1dd10 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sat, 17 Oct 2020 23:43:00 -0700 Subject: [PATCH] Upgrade flake8-pyi to fix CI (#4683) This fixes things on Python 3.9, which we've started using since #4656 Co-authored-by: hauntsaninja <> --- 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 0814ebc96..b52d9c972 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