From aebd5f0198a1642eea024477f25c498daf295364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 05:48:56 +0000 Subject: [PATCH] chore(deps): bump yfinance from 0.2.54 to 1.3.0 in /backend Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 0.2.54 to 1.3.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/0.2.54...1.3.0) --- updated-dependencies: - dependency-name: yfinance dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 14e2f9e..ef88dc8 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "slowapi==0.1.9", "vaderSentiment>=3.3.0", "uvicorn==0.34.0", - "yfinance==0.2.54", + "yfinance==1.3.0", ] [dependency-groups]