Skip to content

Commit

Permalink
[Cherry Pick] Pin black version (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz committed Dec 21, 2022
1 parent 7f3eb2a commit d2b4d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _parse_requirements_file(file_path):
_nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_base}"]
_dev_deps = [
"beautifulsoup4>=4.9.3",
"black>=20.8b1",
"black==22.12.0",
"flake8>=3.8.3",
"isort>=5.7.0",
"m2r2~=0.2.7",
Expand Down

0 comments on commit d2b4d11

Please sign in to comment.