From fce6605fcd2b571444b3f04708fa622e60d4026c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:55:18 +0000 Subject: [PATCH] Bump yfinance from 0.2.48 to 1.5.2 in /PythonNet.Python Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 0.2.48 to 1.5.2. - [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.5.2) --- updated-dependencies: - dependency-name: yfinance dependency-version: 1.5.2 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..9f8e14d 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.5.2 matplotlib==3.9.2