Install newer hacking package for pep8

The target was failing with:

AttributeError: 'EntryPoints' object has no attribute 'get'

due to flake8 version incompatibility with the old hacking.

Change-Id: Id5b4004057bbc6095e059b381cc36445766dda7f
This commit is contained in:
Ihar Hrachyshka 2024-02-16 17:02:20 -05:00
parent c7ed02eb77
commit f4224f5ad1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=2.0.0,<=2.1.0
hacking>=6.1.0,<6.2.0
coverage>=3.6
doc8
fixtures>=1.3.1