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 d80ad03c3d..ba8cfc45c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,7 +38,7 @@ commands =
[testenv:black]
basepython = python3
usedevelop = false
-deps = black == 25.12.0
+deps = black == 26.3.1
changedir = {toxinidir}
commands = black --check --diff .