diff --git a/requirements.txt b/requirements.txt index be610b1..c1f4519 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,6 @@ tensorflow>=1.10 pandas>=0.23.4 scikit-learn>=0.19.2 scipy>=1.1.0 -matplotlib>=2.2.3 \ No newline at end of file +matplotlib>=2.2.3 +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