From 30aa879841f46567138da57fbc2bc2c916c40aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:01:51 +0000 Subject: [PATCH] Bump numpy from 2.4.1 to 2.4.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.1 to 2.4.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.4.1...v2.4.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:development 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 06de53d..c924ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ lint = [ ] strict = [ "spglib==2.7.0", - "numpy==2.4.1,", + "numpy==2.4.2,", "scipy==1.17.0", "pymatgen==2025.10.7", "inflect==7.5.0",