Skip to content

Commit

Permalink
(3.8) Bump flake8 dependency to >=6.0.0 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
FozzieHi committed Mar 23, 2023
1 parent d28ff32 commit 03a0f40
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 @@ -35,7 +35,7 @@ classifiers = [
"Topic :: Software Development :: Quality Assurance",
]
requires-python = ">=3.8.1"
dependencies = ["flake8 >= 3.0.0", "attrs>=19.2.0"]
dependencies = ["flake8>=6.0.0", "attrs>=19.2.0"]
dynamic = ["version"]

[project.urls]
Expand Down

0 comments on commit 03a0f40

Please sign in to comment.