Skip to content

Commit

Permalink
Merge pull request #104 from reidhoch/master
Browse files Browse the repository at this point in the history
Update to black 24.1.0
  • Loading branch information
Zac-HD authored Jan 26, 2024
2 parents 6bc1098 + d8b3349 commit 88590db
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
@@ -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
2 changes: 1 addition & 1 deletion deps/test.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 88590db

Please sign in to comment.