Bump hacking

hacking 3.0.x or 2.0.x is too old.

Change-Id: I2784d242ba320c2019ddc26f7653985a64e6f598
This commit is contained in:
Takashi Kajinami 2024-01-28 15:54:38 +09:00
parent 05107bff05
commit 26a2dc96cc
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

@ -1,4 +1,4 @@
hacking>=2.0,<2.1 # Apache-2.0
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage>=3.6 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testtools>=1.4.0 # MIT