Skip to content

Commit ae10b2a

Browse files
committed
fix: corona cases forecasting/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 ae10b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

corona cases forecasting/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.19.2
1+
numpy==1.22.0rc1
22
pandas==1.1.3
33
matplotlib==3.3.2
44
statsmodels==0.12.2

0 commit comments

Comments
 (0)