diff --git a/machine-learning/stock-prediction/requirements.txt b/machine-learning/stock-prediction/requirements.txt index 1a786772..25e18709 100644 --- a/machine-learning/stock-prediction/requirements.txt +++ b/machine-learning/stock-prediction/requirements.txt @@ -3,4 +3,6 @@ tensorflow matplotlib numpy pandas -yahoo_fin \ No newline at end of file +yahoo_fin +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability +werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file