We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00a9ee commit edad36fCopy full SHA for edad36f
1 file changed
wolframclient/cli/commands/refactor.py
@@ -10,7 +10,7 @@ class Command(SimpleCommand):
10
11
modules = ["wolframclient"]
12
13
- dependencies = (("isort", "4.3.20"), ("autoflake", "1.3"), ("black", "19.3b0"))
+ dependencies = (("isort", "5.3.2"), ("autoflake", "1.3"), ("black", "19.3b0"))
14
15
def _module_args(self, *args):
16
0 commit comments