We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c955bae commit 2491a2dCopy full SHA for 2491a2d
1 file changed
requirements/tools.txt
@@ -1,7 +1,7 @@
1
mypy<=1.19.1;
2
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
3
# so 5.x should be kept in order to stay compatible with Python 3.7/3.8
4
-flake8>=5.0.4,<8
+flake8>=7.3.0,<8
5
# Don't change this version without running CI builds;
6
# The latest version may not be available for older Python runtime
7
black==24.3.0;
0 commit comments