Skip to content

Commit

Permalink
Update flake8 requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Commits](PyCQA/flake8@6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent aad7117 commit 4a252a5
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 4a252a5

Please sign in to comment.