Skip to content

Commit 5e6eb93

Browse files
authored
[Sec] Set core dependencies for Python scripts
1 parent d6b5712 commit 5e6eb93

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
numpy
2-
matplotlib
1+
# Core dependencies with security-patched versions
2+
numpy>=1.22.0 # CVE-2021-34141 fix (GHSA-fpfv-jqm9-f5jm)
3+
matplotlib>=3.3.0

0 commit comments

Comments
 (0)