Skip to content
Closed
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 @@ -9,7 +9,7 @@ python-dotenv==1.2.2
Flask==3.1.3
Flask-Limiter==3.8.0
twilio==9.10.5
gunicorn==22.0.0
gunicorn==25.3.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lock files not updated, CI will fail

Medium Severity

requirements.txt bumps gunicorn to 25.3.0 but both requirements.lock and requirements-dev.lock still pin gunicorn==22.0.0. The CI workflow checks that lock files are updated whenever requirements.txt changes and will exit 1 if they diverge. Even if merged, CI installs from requirements-dev.lock, so the upgrade would have no effect in practice — production would still run gunicorn 22.0.0.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 77e66a6. Configure here.


# Data and utilities
PyYAML==6.0.3
Expand Down
Loading