From bfc86919912934e80777ed6ce89cd4692a24adfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:14:14 +0000 Subject: [PATCH] chore(deps): bump numpy in the numerical group across 1 directory Bumps the numerical group with 1 update in the / directory: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 2.5.1 to 2.5.2 - [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.5.1...v2.5.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: numerical ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30a3dc7..cecce96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # a PyPI release cannot silently change model output on the next cron run (G2). # Bump deliberately via a PR that re-runs the test gate. pandas==3.0.5 -numpy==2.5.1 +numpy==2.5.2 scipy==1.18.0 scikit-learn==1.9.0 requests==2.34.2