From c2bb63f4351faa5f863eea3c14eadcc3e322a077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 18:44:23 +0000 Subject: [PATCH] chore(deps): Bump numpy from 2.5.2 to 2.5.3 Bumps [numpy](https://github.com/numpy/numpy) from 2.5.2 to 2.5.3. - [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.2...v2.5.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.3 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 fd0a6a6..471ace0 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.2", + "numpy==2.5.3", "pandas==3.0.5", "scikit-learn==1.9.0", "scipy==1.18.1",