Fix zuul errors due to changes in dependencies

Pin hacking to < 4.0.1 to fix zuul gate issues.

Test:
Ran tox -e pep8 command to validate the pep8 job and result.

Related-Bug: 1926172

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: Ia85b584d7ff4e5e7cb19a820d6f6323aa672f52e
This commit is contained in:
Charles Short 2021-04-26 11:16:00 -04:00
parent ae84c5c493
commit e6b1ae7d22
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# hacking pulls in flake8
hacking
hacking < 4.0.1
bashate >= 0.2
bandit!=1.6.0,>=1.1.0,<2.0.0;python_version>="3.0" # GPLv2