From bb0503f3e23e4f52c35011001c409eda8f7f0a37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 12:04:47 +0000 Subject: [PATCH] fix: Python Workshop/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- Python Workshop/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python Workshop/requirements.txt b/Python Workshop/requirements.txt index 92da79b..e8afc26 100644 --- a/Python Workshop/requirements.txt +++ b/Python Workshop/requirements.txt @@ -5,4 +5,5 @@ ipywidgets jsonpath_rw seaborn neuprint-python -flybrains \ No newline at end of file +flybrains +requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file