diff --git a/tox.ini b/tox.ini index 0037915f17..7c1284e9c5 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = mypy --install-types --non-interactive --config mypy.ini faker [testenv:black] -deps = black==23.1.0 +deps = black==23.3.0 commands = {envpython} -m black --check --line-length 120 .