Browse Source

Update black to 24.x

pull/1156/head
Ross McFarland 2 years ago
parent
commit
b6362ec6d0
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

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


Loading…
Cancel
Save