Bump flake8-import-order

The 1.18.2 release requires pkg_resources.

The dependency was removed in 1.19.0 .

Change-Id: I87f8204d7483cc0d5e90bcc5ad8b5192ad891271
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-02-21 00:22:28 +09:00
parent c1f49fe6a6
commit 5bf967b2d3
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ classifiers = [
test = [
# pip is necessary since siblings installation job uses it
"pip", # Apache-2.0
"flake8-import-order==0.18.2", # LGPLv3
"flake8-import-order~=0.19.2", # LGPLv3
"stestr>=1.0.0" # Apache-2.0]
]
block-storage = ["cinder>=23.0"]

View File

@@ -1,2 +1,2 @@
flake8-import-order==0.18.2 # LGPLv3
flake8-import-order~=0.19.2 # LGPLv3
stestr>=1.0.0 # Apache-2.0