We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f4ef4 commit 6e8462dCopy full SHA for 6e8462d
1 file changed
requirements/testing.txt
@@ -5,7 +5,7 @@ pytest-asyncio<1 # for async
5
pytest-cov>=2,<5
6
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
7
# so 5.x should be kept in order to stay compatible with Python 3.6/3.7
8
-flake8>=5.0.4,<7
+flake8>=5.0.4,<8
9
# Don't change this version without running CI builds;
10
# The latest version may not be available for older Python runtime
11
black>=22.8.0; python_version=="3.6"
0 commit comments