Bump pyflakes and fixup sphinx

We need a python 3.9 compatible version.

Related PyCQA/pyflakes #367

Change-Id: Ie29d04b53d9e18337bca374617754f55126af4bc
This commit is contained in:
Alex Schultz 2020-11-09 08:37:41 -07:00
parent 71a69b899e
commit 2bf86c4c82
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5;python_version>='3.4' # BSD
sphinx>=1.6.5,!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0 # BSD
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
pyflakes>=2.2.0