Codebase list python-castellan / 3e5a18c
Cap Bandit below 1.6.0 and update Sphinx requirement Bandit 1.6.0 accidentally changed how the exclusion list option is handled and breaks our use of it. Cap to the previous version until Bandit has fixed the problem. Sphinx 2.0 no longer works on python 2.7, so we need to start capping it there as well. Change-Id: I659571d084247a6a180d5b665921791d3647038f Reference: https://github.com/PyCQA/bandit/pull/489 Ben Nemec 4 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55 coverage!=4.4,>=4.0 # Apache-2.0
66 python-barbicanclient>=4.5.2 # Apache-2.0
77 python-subunit>=1.0.0 # Apache-2.0/BSD
8 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
8 sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
9 sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
910 openstackdocstheme>=1.18.1 # Apache-2.0
1011 oslotest>=3.2.0 # Apache-2.0
1112 stestr>=2.0.0 # Apache-2.0
1213 fixtures>=3.0.0 # Apache-2.0/BSD
1314 testscenarios>=0.4 # Apache-2.0/BSD
1415 testtools>=2.2.0 # MIT
15 bandit>=1.1.0 # Apache-2.0
16 bandit>=1.1.0,<1.6.0 # Apache-2.0
1617 reno>=2.5.0 # Apache-2.0
1718 pifpaf>=0.10.0 # Apache-2.0