Codebase list python-castellan / 62a826c
Bump bandit version This patch bumps bandit allowed version to >=1.6.0,<1.7.0 in order to avoid the errors detailed here https://github.com/PyCQA/bandit/pull/393 Change-Id: Id913a9c9bedb7eb1366ac534ec1371945b0918a6 Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com> Moisés Guimarães de Medeiros 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1414 fixtures>=3.0.0 # Apache-2.0/BSD
1515 testscenarios>=0.4 # Apache-2.0/BSD
1616 testtools>=2.2.0 # MIT
17 bandit>=1.1.0,<1.6.0 # Apache-2.0
17 bandit>=1.6.0,<1.7.0 # Apache-2.0
1818 pifpaf>=0.10.0 # Apache-2.0