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.26 # not directly required, pinned by Snyk to avoid a vulnerability
Comment on lines +43 to +44
Copy link

Copilot AI Nov 9, 2025

Choose a reason for hiding this comment

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

This requirement conflicts with django==5.2.7 specified in requirements/base.txt. Since local.txt includes base.txt, this creates an impossible constraint. If a security update is needed, the version should be updated in base.txt instead, or this line should specify a compatible version range like django>=5.2.7.

Suggested change
django-silk==5.3.2
django>=4.2.26 # not directly required, pinned by Snyk to avoid a vulnerability
django-silk==5.3.2

Copilot uses AI. Check for mistakes.
Loading