From c7d014f05cb730ee71577762bb079e51ccfe4909 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 04:25:32 +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-URLLIB3-7267250 --- 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..6adfa58 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 +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file