From d8db7cb04cd29274895e7e464a58364be43a75f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:55:33 +0000 Subject: [PATCH] Bump pandas from 2.2.3 to 3.0.5 in /PythonNet.Python Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.3 to 3.0.5. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 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..5645b0e 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 +pandas==3.0.5 yfinance==0.2.48 matplotlib==3.9.2