Skip to content

Commit

Permalink
Merge pull request #763 from zooniverse/dependabot/pip/flake8-gte-6.0…
Browse files Browse the repository at this point in the history
…-and-lt-6.2

Update flake8 requirement from <6.1,>=6.0 to >=6.0,<6.2
  • Loading branch information
CKrawczyk authored Nov 8, 2023
2 parents d5641f7 + fe0c7dc commit 988b843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ doc = [
test = [
"coverage>=4.5.3,<7.3",
"coveralls>=3.0.0,<3.3.2",
"flake8>=6.0,<6.1",
"flake8>=6.0,<6.2",
"flake8-black>=0.3.4,<0.4",
"flake8-bugbear>=23.5,<23.10",
"pytest>=7.1.2,<7.4.4",
Expand Down

0 comments on commit 988b843

Please sign in to comment.