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',