[Snyk] Security upgrade django from 3.2.25 to 4.2.26#261
[Snyk] Security upgrade django from 3.2.25 to 4.2.26#261
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-13836728 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-13837025
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| @@ -1,4 +1,4 @@ | |||
| Django>=4.0,<6 | |||
| Django>=4.2.26 | |||
There was a problem hiding this comment.
Bug: Untested Django versions risk dependency conflicts.
The Django version constraint changed from >=4.0,<6 to >=4.2.26, removing the upper bound. This allows Django 6.x (and beyond) to be installed, but django-phonenumber-field==6.1.0 on line 4 may not support Django 6.x. The CI workflow only tests up to Django 5.0, and Django 6.x is still under development. This creates a risk of installing incompatible package versions that haven't been tested together.
Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
requirements.txtImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 SQL Injection
Note
Updates
requirements.txtto require Django 4.2.26 or newer (removes previous range and sets a stricter minimum).Written by Cursor Bugbot for commit 116efbe. This will update automatically on new commits. Configure here.