From 215e1af2ef8eff73c8807f00083a5ee0c39d8337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 21:13:41 +0000 Subject: [PATCH] deps(app): update dependency yfinance to v0.2.52 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 5cd69ee..8f5d5f6 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,6 +5,6 @@ confuse == 2.0.1 logfmt_logger == 0.1.2 prometheus_client ==0.21.1 urllib3 ==2.3.0 -yfinance ==0.2.51 +yfinance ==0.2.52 numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability