From 5ba7e52b081315c73a7b0e0a53ae7c4dbdb5bd79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:44:41 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 345c814..4ea90e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ # numpy 2.5 and scipy 1.18 require Python 3.12, which is why 3.11 is not # supported. dependencies = [ - "numpy==2.5.1", + "numpy==2.5.2", "pandas==3.0.5", "scikit-learn==1.9.0", "scipy==1.18.0",