Bump upper version of flake8

So that we can use flake8 6.1.0, which is required by hacking 6.1.0.

Change-Id: Ia2d9d8b0b80d5349d1534be09f09ce543c43ab64
This commit is contained in:
Takashi Kajinami 2024-02-19 02:43:47 +09:00
parent f305d7fe70
commit 2563a12a4b

View File

@ -7,5 +7,5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
PyYAML>=3.12 # MIT
stevedore>=1.20.0 # Apache-2.0
# NOTE(ianw) in here because dib-lint uses flake8
flake8<6.0.0,>=3.6.0 # MIT
flake8<7.0.0,>=3.6.0 # MIT
jsonschema>=3.0.2 # MIT