Skip to content

Commit

Permalink
Merge pull request #752 from miurahr/dependabot/pip/flake8-gte-6.0.0-…
Browse files Browse the repository at this point in the history
…and-lt-8.0.0

Update flake8 requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.0.0
  • Loading branch information
miurahr authored Jan 7, 2024
2 parents aad7117 + 4a252a5 commit e771fbf
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 @@ -57,7 +57,7 @@ test = [
]
check = [
"mypy>=0.990",
"flake8>=6.0.0,<7.0.0",
"flake8>=6.0.0,<8.0.0",
"flake8-black",
"flake8-colors",
"flake8-isort>=6.0.0,<7.0.0",
Expand Down

0 comments on commit e771fbf

Please sign in to comment.