Skip to content

Commit

Permalink
update-requirements-template needs black pinning update as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Apr 18, 2024
1 parent 67fcbe2 commit 665f1ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script/update-requirements-template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ with TemporaryDirectory() as tmpdir:
'pytest-cov',
'pytest-network',
# extra dev stuff
'black>=23.1.0,<24.0.0',
# we need to manually/explicitely bump major versions as they're
# 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>=24.3.0,<25.0.0',
'build>=0.7.0',
'isort>=5.11.5',
'pyflakes>=2.2.0',
Expand Down

0 comments on commit 665f1ed

Please sign in to comment.