Skip to content

Commit

Permalink
Upgrade minimum version of pyflakes
Browse files Browse the repository at this point in the history
Closes #188.
  • Loading branch information
fsouza committed Nov 25, 2022
1 parent 25aea05 commit aee7fb5
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 @@ -17,7 +17,7 @@ classifiers = [
keywords = ["clean", "fix", "automatic", "unused", "import"]
urls = { Homepage = "https://www.github.com/PyCQA/autoflake" }
requires-python = ">=3.7"
dependencies = ["pyflakes>=1.1.0,<3", "tomli>=2.0.1;python_version<'3.11'"]
dependencies = ["pyflakes>=3.0.0", "tomli>=2.0.1;python_version<'3.11'"]
dynamic = ["version"]

[project.readme]
Expand Down

0 comments on commit aee7fb5

Please sign in to comment.