Skip to content

Commit 6e8462d

Browse files
Update flake8 requirement from <7,>=5.0.4 to >=5.0.4,<8 (#1474)
1 parent 98f4ef4 commit 6e8462d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-asyncio<1 # for async
55
pytest-cov>=2,<5
66
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
77
# so 5.x should be kept in order to stay compatible with Python 3.6/3.7
8-
flake8>=5.0.4,<7
8+
flake8>=5.0.4,<8
99
# Don't change this version without running CI builds;
1010
# The latest version may not be available for older Python runtime
1111
black>=22.8.0; python_version=="3.6"

0 commit comments

Comments
 (0)