Skip to content

Commit

Permalink
Merge pull request #1200 from django-wiki/dependabot/pip/flake8-gte-3…
Browse files Browse the repository at this point in the history
….7-and-lt-5.1

Update flake8 requirement from <4.1,>=3.7 to >=3.7,<5.1
  • Loading branch information
benjaoming committed Aug 1, 2022
2 parents 8c916b2 + 64c32dc commit 788c42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_path(fname):
]

test_lint_requirements = [
"flake8>=3.7,<4.1",
"flake8>=3.7,<5.1",
# Somewhat pin black, such that older code bases can
# be verified CI without linting them lots
"black>=22.3.0,<22.7",
Expand Down

0 comments on commit 788c42e

Please sign in to comment.