From ca727301fe536b28e7700508e7aecc9037bd204f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Mar 2024 16:08:26 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-BLACK-6256273 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60439f7a..fe3c5ba6 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 . +black>=24.3.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file