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.4 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Copilot AI Dec 7, 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) along with other Snyk pins like certifi and requests, rather than at the end of the file after unrelated sections. This maintains better organization and makes security-related dependencies easier to locate and manage.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

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

Missing space after '#' in the comment. Should be # not directly required (with a space) to match the formatting style used in lines 137-138 for other Snyk security pins.

Suggested change
sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability
sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability

Copilot uses AI. Check for mistakes.
Loading