Fix for bandit

Change-Id: I47c20bed17697e971e678828df6adc70db27f9ca
This commit is contained in:
Thomas Bachman 2022-02-21 01:15:07 +00:00
parent f521083c35
commit 1c37723322
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
# Replacing Horizon git URL reference as stable/rocky constraints are applied.
horizon
#
bandit>=1.4.0 # Apache-2.0
bandit>=1.4.0;python_version!='2.7' # MIT License
bandit<=1.6.0,>=1.4.0;python_version=='2.7' # MIT License
django-appconf<=1.0.3
coverage!=4.4,>=4.0 # Apache-2.0
flake8-import-order==0.12 # LGPLv3