Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown

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.1 requires Python >=3.10, but this project still supports and CI-tests 3.8 and 3.9 (python_requires = >=3.8,<3.11). install-dev.sh installs from requirements.txt, so those jobs fail at install before pre-commit.sh can run.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0a034df. Configure here.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatter upgrade skips reformat

Medium 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, black --check in pre-commit.sh is likely to fail CI.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0a034df. Configure here.

blis==0.7.11
boto3==1.28.85
botocore==1.31.85
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ dev =
pre-commit~=2.20.0
# Errors produced by type checkers and linters are very version-specific
# so they are pinned to an exact version.
black==24.3.0
black==26.3.1
mypy==1.5.1
flake8==5.0.4

Expand Down