Skip to content

Commit

Permalink
Update flake8 requirement from <7,>=5.0.4 to >=5.0.4,<8 (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 5, 2024
1 parent 98f4ef4 commit 6e8462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest-asyncio<1 # for async
pytest-cov>=2,<5
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
# so 5.x should be kept in order to stay compatible with Python 3.6/3.7
flake8>=5.0.4,<7
flake8>=5.0.4,<8
# Don't change this version without running CI builds;
# The latest version may not be available for older Python runtime
black>=22.8.0; python_version=="3.6"
Expand Down

0 comments on commit 6e8462d

Please sign in to comment.