summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-03-30 13:59:02 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2026-03-30 15:55:07 -0400
commit90924f5276de80a74ffbc51126ed81595dd2157a (patch)
tree97f9adb24e77e6a8d5262b387796fa444a6582a0 /tox.ini
parent0ee44c674cf61efbca2056c40f3e4f2335aaeee6 (diff)
[5.2.x] Bumped black to 26.3.1.
Although Django was not affected by the security issue patched in black 26.3.0, it's worth upgrading to satisfy the zizmor check.
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 .