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
5 changes: 3 additions & 2 deletions src/stable-diffusion-streamlit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ streamlit==1.13.0
streamlit-image-comparison==0.0.2
transformers==4.22.2
diffusers==0.3.0
torch==1.10.0
pandas==1.4.1
torch==2.2.0
pandas==1.4.1

Copilot AI Dec 20, 2025

Copy link

Choose a reason for hiding this comment

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

The pandas version 1.4.1 (released January 2022) may have known security vulnerabilities. Since this PR is addressing security concerns with other dependencies, it would be prudent to also upgrade pandas to a more recent secure version, such as pandas>=2.0.0, to ensure comprehensive security coverage.

Suggested change
pandas==1.4.1
pandas>=2.0.0

Copilot uses AI. Check for mistakes.
filelock>=3.20.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading