From 7d3cffb989198d8fb0ff584756f5d38d46f1ad2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:24:42 +0000 Subject: [PATCH] chore(deps): Bump yfinance from 0.2.48 to 1.7.0 in /PythonNet.Python Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 0.2.48 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/0.2.48...1.7.0) --- updated-dependencies: - dependency-name: yfinance dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- PythonNet.Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonNet.Python/requirements.txt b/PythonNet.Python/requirements.txt index 4f638d6..c609a44 100644 --- a/PythonNet.Python/requirements.txt +++ b/PythonNet.Python/requirements.txt @@ -1,5 +1,5 @@ # Pinned to the versions the working .venv was built with. numpy==2.1.2 pandas==2.2.3 -yfinance==0.2.48 +yfinance==1.7.0 matplotlib==3.9.2