1
0
forked from VimPlug/jedi

Change the flake8 version to hopefully fix the version issue in CI

This commit is contained in:
Dave Halter
2026-04-26 02:44:39 +02:00
parent 56e55e9ed5
commit 30b3acf6d3
+1 -1
View File
@@ -49,7 +49,7 @@ setup(name='jedi',
'attrs',
'typing_extensions',
# latest version on 2025-06-16
'flake8==7.2.0',
'flake8==7.1.2',
'zuban==0.7.0',
# Arbitrary pins, latest at the time of pinning
'types-setuptools==80.9.0.20250529',