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
3 changes: 2 additions & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability

django-test-migrations==1.3.0

django-silk==5.3.2
django-silk==5.3.2
django>=4.2.28 # not directly required, pinned by Snyk to avoid a vulnerability
Comment on lines +43 to +44
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

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

requirements/local.txt includes -r base.txt, and requirements/base.txt already pins django==5.2.7 (base.txt:19). Adding django>=4.2.28 here is redundant and introduces a second (less specific) constraint, which also doesn’t match the PR title/description claiming an upgrade from 3.2.25. Suggest removing this line and, if a Django security bump is needed, adjusting the pinned version in requirements/base.txt instead (or ensure Snyk is scanning the right requirements file).

Copilot uses AI. Check for mistakes.
Loading