fix: binder/requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
This commit is contained in:
snyk-bot
2024-06-19 04:25:49 +00:00
parent 8a222fbe39
commit 268514dcff

View File

@@ -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.2.2 # not directly required, pinned by Snyk to avoid a vulnerability