Skip to content

Commit ac5b4e3

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321969 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970
1 parent dc4b1ce commit ac5b4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ldif3==3.2.2
3636

3737
# Python 3.5+
3838
#numpy==1.17.2
39-
numpy==1.16.5
39+
numpy==1.22.2
4040

4141
# requires pg_config to build from source
4242
#psycopg2==2.8.4

0 commit comments

Comments
 (0)