From ddd3b47acb9592de9cad381da44d0165eb147d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:55:28 +0000 Subject: [PATCH] Bump numpy from 2.1.2 to 2.5.1 in /PythonNet.Python Bumps [numpy](https://github.com/numpy/numpy) from 2.1.2 to 2.5.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.2...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..fa84345 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 +numpy==2.5.1 pandas==2.2.3 yfinance==0.2.48 matplotlib==3.9.2