From b6362ec6d0fb33f594bc1b839acfd05d08eb02ad Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Wed, 20 Mar 2024 13:49:33 -0700 Subject: [PATCH] Update black to 24.x --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3e9ec5..2b07de0 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup( # likely to result in formatting changes that should happen in their # own PR. This will basically happen yearly # https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy - 'black>=23.1.0,<24.0.0', + 'black>=24.3.0,<25.0.0', 'build>=0.7.0', 'isort>=5.11.5', 'pycountry>=19.8.18',