From b7e44ff09280ba464f88203c68a35ac1ed5509a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 14:38:27 +0000 Subject: [PATCH] build(deps): bump yfinance from 1.5.1 to 1.7.0 Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 1.5.1 to 1.7.0. - [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/1.5.1...1.7.0) --- updated-dependencies: - dependency-name: yfinance dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a18b82..06dde0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.139.2 uvicorn[standard]==0.51.0 slowapi==0.1.10 -yfinance==1.5.1 +yfinance==1.7.0 pandas==2.3.3 numpy==2.2.6 python-dotenv==1.2.2