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.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ git+https://github.com/zapier/django-rest-hooks.git@v1.6.0
# via -r requirements.in
django-statsd==2.5.2
# via -r requirements.in
django==3.1.8
django==4.2.26

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: Dependency Conflict Undoes Security Upgrade

The Django upgrade in requirements.txt is inconsistent with requirements.in, which still pins Django==3.1.8. Since requirements.txt is auto-generated by pip-compile requirements.in, running the compilation command will revert Django back to 3.1.8, undoing the security fix. The source file requirements.in must also be updated for the upgrade to persist.

Fix in Cursor Fix in Web

# via
# -r requirements.in
# django-axes
Expand Down