Skip to content

Commit edad36f

Browse files
committed
upgrading isort
1 parent d00a9ee commit edad36f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/cli/commands/refactor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Command(SimpleCommand):
1010

1111
modules = ["wolframclient"]
1212

13-
dependencies = (("isort", "4.3.20"), ("autoflake", "1.3"), ("black", "19.3b0"))
13+
dependencies = (("isort", "5.3.2"), ("autoflake", "1.3"), ("black", "19.3b0"))
1414

1515
def _module_args(self, *args):
1616

0 commit comments

Comments
 (0)