summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ec90ceb1e4..4f1274a266 100644
--- a/tox.ini
+++ b/tox.ini
@@ -75,7 +75,7 @@ commands =
[testenv:isort]
basepython = python3
usedevelop = false
-deps = isort >= 5.1.0
+deps = isort >= 7.0.0
changedir = {toxinidir}
commands = isort --check-only --diff django tests scripts