From e05e262b32bc8a66a51f8ceffb309e3078dd8777 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 9 Nov 2020 11:00:05 -0700 Subject: [PATCH] Bump pyflakes We need a python 3.9 compatible version. Related PyCQA/pyflakes #367 Change-Id: Ic69d3a4070c9fccb4aaaf3324c804f87ccce8d79 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index e0a95edb7..f924f319f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,3 +5,4 @@ oslotest sphinx>=2.0.0,!=2.1.0 # BSD testrepository>=0.0.18 reno>=3.1.0 # Apache-2.0 +pyflakes>=2.2.0