Skip to content

Commit

Permalink
chore: bump isort restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 14, 2022
1 parent 41604b1 commit 4d0cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def read_file(filename):
zip_safe=False,
install_requires=[
'flake8',
'isort >= 4.3.5, <6',
'isort >= 5.0.0, <6',
],
extras_require={
'test': [
Expand Down

0 comments on commit 4d0cdb4

Please sign in to comment.