Bump hacking

hacking 3.0.x is too old.

Change-Id: Ic768c0687f090f9ccc91d4eae6474b2a5993e06c
This commit is contained in:
Takashi Kajinami 2024-01-16 22:22:05 +09:00
parent 7f1b9d1588
commit dedcc75835
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ repos:
- id: flake8
name: flake8
additional_dependencies:
- hacking>=3.0.1,<3.1.0
- hacking>=6.1.0,<6.2.0
language: python
entry: flake8
files: '^.*\.py$'

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>=3.0.1,<3.1.0 # Apache-2.0
hacking>=6.1.0,<6.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD