From 3c20a45001f708eb7fbfb224d218a5965e61f128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 20:42:46 +0000 Subject: [PATCH] chore(deps): bump numpy from 2.5.1 to 2.5.2 Bumps [numpy](https://github.com/numpy/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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6920c16..dfa26a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,5 @@ apscheduler==3.10.4 scikit-learn==1.9.0 xgboost==3.2.0 joblib==1.4.2 -numpy==2.5.1 +numpy==2.5.2 pandas==2.2.2