From c33c5db07e2cf0d2baacc260789fb8ce9bc648e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 01:53:32 +0000 Subject: [PATCH] chore(deps): update yfinance requirement from >=0.2.37 to >=1.6.0 Updates the requirements on [yfinance](https://github.com/ranaroussi/yfinance) to permit the latest version. - [Release notes](https://github.com/ranaroussi/yfinance/releases) - [Changelog](https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst) - [Commits](https://github.com/ranaroussi/yfinance/compare/0.2.37...1.6.0) --- updated-dependencies: - dependency-name: yfinance dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f86b3d..773fabe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "psycopg2-binary>=2.9.9", "alembic>=1.18.5", "redis>=5.0.3", - "yfinance>=0.2.37", + "yfinance>=1.6.0", "pandas>=2.2.1", "pandas-ta>=0.3.14b", "pydantic-settings>=2.14.2",