From d741367c388ec1b7083a2c242911745647ec9a28 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 28 Mar 2022 15:50:29 -0400 Subject: bump black to 22.3.0 both black and click were released in the past few hours, and black 21.5b1 seems to suddenly be failing on a missing symbol from click. just update to the latest Change-Id: Icb9d98d6473aa603aa29ad1c2d1e43ff3b371db5 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 58a7df7..892ce87 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ deps=pytest>4.6 mako python-dateutil zimports - black + black==22.3.0 @@ -89,7 +89,7 @@ deps= pydocstyle<4.0.0 # used by flake8-rst-docstrings pygments - black==21.5b1 + black==22.3.0 commands = flake8 ./alembic/ ./tests/ setup.py docs/build/conf.py {posargs} black --check setup.py tests alembic -- cgit v1.2.1