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/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ elastic-apm==6.21.4.post8347027212 # https://pypi.org/project/elastic-apm/
# SECURITY UPDATES
# ==============================================================================

setuptools>=68.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=68.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
django>=4.2.26 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Copilot AI Nov 8, 2025

Choose a reason for hiding this comment

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

Missing space before the comment. For consistency with line 44 and Python style conventions, there should be two spaces before the inline comment: django>=4.2.26 # not directly required...

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

Copilot uses AI. Check for mistakes.
Loading