From 8413e5764a27120a61ad4d529cc696a95074b18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:50:47 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.2.1 in /crates/wgpy_pyo3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.1. - [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/v1.26.4...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- crates/wgpy_pyo3/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wgpy_pyo3/requirements-dev.txt b/crates/wgpy_pyo3/requirements-dev.txt index 2f405e0..3cdf71b 100644 --- a/crates/wgpy_pyo3/requirements-dev.txt +++ b/crates/wgpy_pyo3/requirements-dev.txt @@ -1,4 +1,4 @@ -numpy==1.26.4 +numpy==2.2.1 maturin==1.7.4 pytest==8.3.2 pytest-cov==6.0.0