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
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ feedparser==6.0.12
# Xlwt
# ------------------------------------------------------------------------------
xlwt==1.3.0
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Copilot AI Nov 6, 2025

Choose a reason for hiding this comment

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

The sqlparse security pin should be placed in the 'SECURITY UPDATES' section (after line 138) for consistency with other Snyk security pins like certifi and requests, rather than at the end of the file after xlwt.

Copilot uses AI. Check for mistakes.
Loading