Skip to content

Commit 87f5afb

Browse files
Bump flake8 version
Older flake8 versions are not compatible with Python 3.14. "hacking", a package that contains flake8 plugins used by Openstack, also needs to be updated.
1 parent e332366 commit 87f5afb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
# process, which may cause wedges in the gate later.
44

55
setuptools>=65.0.0,<82 # pkg_resources removed in 82; required by sqlalchemy-migrate
6-
hacking>=6.0.1,<=6.0.1 # Apache-2.0
6+
hacking>=7.0.0,<7.1.0 # Apache-2.0
77
coverage!=4.4,>=4.0 # Apache-2.0
88
ddt>=1.2.1 # MIT
99
oslotest>=3.8.0 # Apache-2.0
1010
stestr>=4.2.1 # Apache-2.0
11+
flake8>=7.0.0
12+
pyflakes>=3.2.0

0 commit comments

Comments
 (0)