Skip to content

Commit 529e84b

Browse files
avylovejohn-hen
authored andcommitted
Remove upper-bound pinning for flake8
1 parent 4b5c34b commit 529e84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = 'PyPI.md'
1818
dynamic = ['version', 'description']
1919
requires-python = '>= 3.6'
2020
dependencies = [
21-
'Flake8 >= 5, < 7',
21+
'Flake8 >= 5',
2222
'TOMLi; python_version < "3.11"',
2323
'TOMLi < 2; python_version < "3.7"',
2424
]

0 commit comments

Comments
 (0)