Skip to content

Commit 143926f

Browse files
committed
fix: Neon Effect Filter/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321969 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970
1 parent 0accdc9 commit 143926f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Neon Effect Filter/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy==1.18.5
1+
numpy==1.22.0rc1
22
opencv_python==4.5.1.48
33
matplotlib==3.2.2

0 commit comments

Comments
 (0)