Bump the hacking version to 7.0.0

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

Closes-Bug: #2088356
Change-Id: Idb35decd157d19618b062d05951743083c04c32b
This commit is contained in:
Ai Hamano 2024-12-05 13:30:26 +09:00
parent 7761e073aa
commit ea4eb40758
2 changed files with 2 additions and 2 deletions

View File

@ -815,7 +815,7 @@ class VnfPMClient(ClientBase):
class Client(object):
"""Unified interface to interact with multiple applications of tacker service.
"""Unified interface to interact with multiple apps of tacker service.
This class is a single entry point to interact with legacy tacker apis and
vnf packages apis.

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>=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
ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD