Bump hacking

This has began failing in python 3.12.

Change-Id: I6d0e4ee67570340c03bb971fd2b8e5ae57a39bfa
This commit is contained in:
Jake Yip 2024-12-16 21:08:30 +11:00
parent bd7662480f
commit c9fdb537ea

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# Hacking should appear first in case something else depends on pep8
hacking>=4.0.0,<4.1.0 # Apache-2.0
hacking>=7.0.0,<7.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
nodeenv>=0.9.4 # BSD