Fix docs build

This patch updates the upper version constraint for hacking
to use a newer version of flake8 that's compatible with the
Python version used in the gate.

Change-Id: I30a89ba3504edf269a97cbfd9db50782d1c6212a
Signed-off-by: Ildiko Vancsa <ildiko.vancsa@gmail.com>
This commit is contained in:
Ildiko Vancsa
2025-05-14 12:25:01 -07:00
parent c27379285f
commit bac9605deb

View File

@@ -1,3 +1,3 @@
hacking>=3.2.0,<3.3.0 # Apache-2.0
hacking==6.1.0 # Apache-2.0
PyYAML>=3.1.0
yamllint>=0.5.2