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 ghostwhisper.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
requests
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

This change is being made to a generated file in the egg-info directory, which will be overwritten when the package is reinstalled or rebuilt. The urllib3 dependency should instead be added to the install_requires list in setup.py or to requirements.txt to ensure the change persists. Generated egg-info files are derived from these source files and should not be modified directly.

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

Copilot uses AI. Check for mistakes.