From ce0fda0562d77af4edb6878d5f07d91b841294d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 07:55:06 +0000 Subject: [PATCH] fix: binder/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- binder/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/requirements.txt b/binder/requirements.txt index 32a210d..b141e1d 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -4,3 +4,4 @@ tiingo==0.15.6 # You technically don't have to use tiingo with pandas, but # we included it since most data analysts will have it installed already. pandas==1.5.3 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability