Index: bandit-1.7.5/test-requirements.txt =================================================================== --- bandit-1.7.5.orig/test-requirements.txt +++ bandit-1.7.5/test-requirements.txt @@ -1,12 +1,9 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -coverage>=4.5.4 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -flake8>=4.0.0 # Apache-2.0 stestr>=2.5.0 # Apache-2.0 testscenarios>=0.5.0 # Apache-2.0/BSD testtools>=2.3.0 # MIT tomli>=1.1.0;python_version<"3.11" # MIT beautifulsoup4>=4.8.0 # MIT -pylint==1.9.4 # GPLv2