From 8d7905d3a6c9013b78fdf6e94b8564f0538a7ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:34:23 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.2.2 in /crates/wgpy_pyo3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.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/v1.26.4...v2.2.2) --- 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..21519c6 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.2 maturin==1.7.4 pytest==8.3.2 pytest-cov==6.0.0