From 6db318b31128a18b7eea3de4abe9522a37292687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:52:37 +0200 Subject: [PATCH] build(deps): bump numpy from 2.4.4 to 2.4.6 (#1075) Bumps [numpy](https://github.com/numpy/numpy) from 2.4.4 to 2.4.6. - [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.4...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07e80de..71a9393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "babel==2.18.0", "beautifulsoup4==4.14.3", "cachebox==5.2.3", - "numpy==2.4.4", + "numpy==2.4.6", "numpydantic==1.8.1", "matplotlib==3.10.9", "contourpy==1.3.3",