Skip to content

Commit

Permalink
Merge pull request #252 from 0b01001001/dependabot/pip/flake8-gte-4-a…
Browse files Browse the repository at this point in the history
…nd-lt-6

chore(pip): update flake8 requirement from ~=4.0 to >=4,<6
  • Loading branch information
kemingy authored Aug 6, 2022
2 parents 58f5e8f + 8619776 commit 75b92d4
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 @@ -48,7 +48,7 @@
"starlette": ["starlette[full]"],
"dev": [
"pytest~=7.1",
"flake8~=4.0",
"flake8>=4,<6",
"black~=22.3",
"isort~=5.10",
"autoflake~=1.4",
Expand Down

0 comments on commit 75b92d4

Please sign in to comment.