From 8dbaa3086c8b4a9fe7f6d4325e2ff0807fcb7af4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Dec 2022 08:19:52 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60439f7a..33ff645f 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 . +wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file