Bump hacking to 7.0.0

This patch bumps the hacking version to 7.0.0 and fixes the pep8 error:
 - AttributeError: 'EntryPoints' object has no attribute 'get'

Closes-Bug: #2088356
Change-Id: Iabd65e59205be3022154349d7493cec87a264244
This commit is contained in:
Ayumu Ueha 2024-12-16 10:05:41 +00:00
parent b4dba114c9
commit 37a731261a

View File

@ -1,4 +1,4 @@
hacking>=4.0.0,<4.1.0 # Apache-2.0
hacking>=7.0.0,<7.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0