CI: fix lint requirements for python 3.12

see: https://github.com/PyCQA/flake8/issues/1845#issuecomment-1766073353
pycodestyle >= 2.11 requires newer `hacking` version as well

Signed-off-by: Sven Kieske <kieske@osism.tech>
Change-Id: I7be701d8673dea8345a5fe7a95ad69633f1b7648
This commit is contained in:
Sven Kieske 2024-08-05 10:27:55 +02:00
parent 70e873cc70
commit f8b81d8e71

View File

@ -4,6 +4,7 @@ bandit>=1.1.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0
codespell<2.3.0 # GPLv2
doc8>=0.6.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
hacking>=3.0.1 # Apache-2.0
pycodestyle>=2.11.0 # MIT
reno>=3.1.0 # Apache-2.0
yamllint>=1.22.0 #GPL3