Skip to content

Commit d61b1c7

Browse files
committed
Increased the minimum pyflakes version; at least 0.9.2 is needed to deal correctly with the global declaration list in meeting migration 0056.
- Legacy-Id: 14001
1 parent 68abf06 commit d61b1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pathlib>=1.0
3434
pathlib2>=2.3.0
3535
Pillow>=3.0
3636
pyang>=1.7.2,<2.0
37-
pyflakes>=0.8.1
37+
pyflakes>=0.9.2
3838
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors
3939
python-dateutil>=2.2
4040
python-magic>=0.4.6

0 commit comments

Comments
 (0)