Skip to content

Commit aee7fb5

Browse files
committed
Upgrade minimum version of pyflakes
Closes #188.
1 parent 25aea05 commit aee7fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
keywords = ["clean", "fix", "automatic", "unused", "import"]
1818
urls = { Homepage = "https://www.github.com/PyCQA/autoflake" }
1919
requires-python = ">=3.7"
20-
dependencies = ["pyflakes>=1.1.0,<3", "tomli>=2.0.1;python_version<'3.11'"]
20+
dependencies = ["pyflakes>=3.0.0", "tomli>=2.0.1;python_version<'3.11'"]
2121
dynamic = ["version"]
2222

2323
[project.readme]

0 commit comments

Comments
 (0)