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
4 changes: 3 additions & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ setuptools>=68.2.2 # not directly required, pinned by Snyk to avoid a vulnerabil

# Elastic-APM # https://pypi.org/project/elastic-apm/
# ------------------------------------------------------------------------------
elastic-apm==6.21.4.post8347027212
elastic-apm==6.21.4.post8347027212
django>=4.2.27 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

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

The comment states Django is 'not directly required', but the PR description indicates this is an upgrade from version 3.2.25, suggesting it is a direct dependency. This comment may be misleading and should be clarified or corrected.

Suggested change
django>=4.2.27 # not directly required, pinned by Snyk to avoid a vulnerability
django>=4.2.27 # direct dependency, version pinned by Snyk to avoid a vulnerability

Copilot uses AI. Check for mistakes.
sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

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

The comment states sqlparse is 'not directly required', but the PR description indicates this is an upgrade from version 0.4.4, suggesting it is a direct dependency. This comment may be misleading and should be clarified or corrected.

Suggested change
sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability
sqlparse>=0.5.4 # direct dependency, upgraded from 0.4.4; pinned to avoid vulnerability (see Snyk)

Copilot uses AI. Check for mistakes.