Skip to content

Commit

Permalink
Update to black 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reidhoch committed Jan 26, 2024
1 parent 6bc1098 commit d8b3349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==23.1.0
# via flake8-bugbear
autoflake==2.2.1
# via shed (setup.py)
black==23.9.1
black==24.1.0
# via shed (setup.py)
click==8.1.7
# via black
Expand Down
2 changes: 1 addition & 1 deletion deps/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==23.1.0
# via hypothesis
autoflake==2.2.1
# via shed (setup.py)
black==23.9.1
black==24.1.0
# via shed (setup.py)
click==8.1.7
# via black
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
description="`shed` canonicalises Python code.",
install_requires=[
"autoflake >= 1.4",
"black >= 23.9.1",
"black >= 24.1.0",
"com2ann >= 0.3.0",
"isort >= 5.10.1",
"libcst >= 1.1.0",
Expand Down

0 comments on commit d8b3349

Please sign in to comment.