From 2c3807abc978e1bdf9980ac97036164d5a2afaac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 11:01:36 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60439f7a..59f87176 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 . +requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file