Skip to content

Commit bd32922

Browse files
committed
fix: doc/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 b95108c commit bd32922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pandas==1.0.3
88
statsmodels==0.11.1
99
scipy==1.3.1
1010
patsy==0.5.1
11-
numpy==1.19.5
11+
numpy==1.22.2
1212
plotly-geo
1313
python-igraph
1414
geopandas==0.8.1

0 commit comments

Comments
 (0)