Cap bandit to 1.6.3 (was Support CentOS 8.3)

This patch is a backport of some parts of
the Train backport of I2d67b3ed7b7c521bc755ec9a87365c9962a9eeff, which
also includes some fixes for the fallout from the new pip resolver.

* cap bandit<1.6.3, since bandit no longer supports Python 2.

Change-Id: I2d67b3ed7b7c521bc755ec9a87365c9962a9eeff
Closes-Bug: #1907826
Co-Authored-By: Radosław Piliszek <radoslaw.piliszek@gmail.com>
Depends-On: https://review.opendev.org/767308
This commit is contained in:
abraden 2020-12-07 19:20:44 +00:00 committed by Mark Goddard
parent 8824c337a1
commit bd4f3977c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order # 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 # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
bandit!=1.6.3,>=1.1.0 # Apache-2.0 bandit!=1.6.0,<1.6.3,>=1.1.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0 bashate>=0.5.1 # Apache-2.0
beautifulsoup4>=4.6.0 # MIT beautifulsoup4>=4.6.0 # MIT
coverage!=4.4,>=4.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0