Skip to content

Commit 4c0e172

Browse files
semarjclaude
andcommitted
Update black to remove typed-ast dependency
Update black from 20.8b1 to >=22.0.0. The old version required typed-ast which doesn't build on Python 3.8+. Newer black versions don't need it. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 876983e commit 4c0e172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ attrs==21.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or pyth
77
babel==2.9.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
88
backports.entry-points-selectable==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "2.7"
99
base58==2.1.0; python_version >= "3.7" and python_version < "4.0"
10-
black==20.8b1; python_version >= "3.6"
10+
black>=22.0.0; python_version >= "3.6"
1111
certifi==2021.5.30; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
1212
cfgv==3.3.0; python_full_version >= "3.6.1"
1313
chardet==4.0.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"

0 commit comments

Comments
 (0)