diff --git a/tox.ini b/tox.ini index 234a43e..1fb4ed0 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ deps = commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl} [testenv:py310-pytestlatest-linters] -deps = black==22.1.0 +deps = black==22.3.0 commands = black --check --verbose setup.py docs pytest_bdd tests [testenv:mypy]