-
Notifications
You must be signed in to change notification settings - Fork 0
Bump black from 24.3.0 to 26.3.1 #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ autograd==1.6.2 | |
| autokeras==1.0.20 | ||
| awscli==1.29.85 | ||
| beautifulsoup4==4.12.3 | ||
| black==24.3.0 | ||
| black==26.3.1 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Formatter upgrade skips reformatMedium Severity Bumping Black across the 2025 and 2026 stable styles changes formatting output, but the codebase was not reformatted. On supported runtimes where install succeeds, Additional Locations (1)Reviewed by Cursor Bugbot for commit 0a034df. Configure here. |
||
| blis==0.7.11 | ||
| boto3==1.28.85 | ||
| botocore==1.31.85 | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Black bump breaks Python 3.8/3.9
High Severity
black==26.3.1requires Python>=3.10, but this project still supports and CI-tests3.8and3.9(python_requires = >=3.8,<3.11).install-dev.shinstalls fromrequirements.txt, so those jobs fail at install beforepre-commit.shcan run.Additional Locations (1)
setup.cfg#L293-L294Reviewed by Cursor Bugbot for commit 0a034df. Configure here.