mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-18 20:24:19 +01:00
fix: binder/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723
This commit is contained in:
@@ -4,3 +4,4 @@ tiingo==0.15.6
|
|||||||
# You technically don't have to use tiingo with pandas, but
|
# You technically don't have to use tiingo with pandas, but
|
||||||
# we included it since most data analysts will have it installed already.
|
# we included it since most data analysts will have it installed already.
|
||||||
pandas==1.5.3
|
pandas==1.5.3
|
||||||
|
requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
|||||||
Reference in New Issue
Block a user