Skip to content
Open
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.macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tzlocal==1.5.1
uritemplate==3.0.0
urllib3==1.26.5
vine==1.3.0
Werkzeug==2.0.1
Werkzeug==3.1.4
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Werkzeug version inconsistency between requirements files

This security fix updates Werkzeug to 3.1.4 only in requirements.macos.txt, while requirements.txt still specifies version 2.0.1. This version inconsistency between requirements files means macOS environments will run Werkzeug 3.x while other environments run 2.x. Since this is a major version upgrade with breaking API changes, this could cause environment-specific failures where code works on macOS but breaks elsewhere. Additionally, non-macOS deployments remain on the vulnerable version, defeating the security purpose of this upgrade.

Fix in Cursor Fix in Web

zipp==0.6.0
django-filter==2.4.0
django-cors-headers==3.2.0
Expand Down
Loading