From a784486ec6aa69e49c62e767e5902e8615d6f69a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 06:38:44 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60439f7a..6e00b20d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,5 @@ scipy numba tensorboard #pybullet -#gym #git clone https://github.com/openai/gym.git #cd gym #pip install -e . \ No newline at end of file +#gym #git clone https://github.com/openai/gym.git #cd gym #pip install -e . +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file