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
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ click==6.7 # Outdated, latest is click 8.x
SQLAlchemy==2.0.25 # Outdated, latest is SQLAlchemy 1.4.x
requests==2.20.0 # Outdated, has known vulnerabilities
Pillow==10.2.0 # CVE-2020-10379, CVE-2020-10177
numpy==1.16.0 # CVE-2019-6446
numpy==2.3.4 # CVE-2019-6446
Copy link

Copilot AI Dec 1, 2025

Choose a reason for hiding this comment

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

This is a major version upgrade from NumPy 1.16.0 to 2.3.4. NumPy 2.x introduced breaking changes to the API. Ensure that all code using NumPy has been tested for compatibility, particularly around dtype handling, scalar type behavior, and C API changes. Consider reviewing the NumPy 2.0 migration guide.

Suggested change
numpy==2.3.4 # CVE-2019-6446
numpy==1.26.4 # CVE-2019-6446 fixed in >=1.16.2; 1.26.4 is latest 1.x

Copilot uses AI. Check for mistakes.
pandas==2.2.0