From f9eb0dc46b026f86c38ea3c66c185cb10cab88e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 00:53:18 +0000 Subject: [PATCH] Update yfinance requirement from >=0.2.0 to >=1.5.1 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...1.5.1) --- updated-dependencies: - dependency-name: yfinance dependency-version: 1.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0c704e..5d35476 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pyyaml>=6.0 pytest>=7.0.0 playwright>=1.40.0 pdfplumber>=0.11.0 -yfinance>=0.2.0 +yfinance>=1.5.1