From fd08c460774149b121c3aa79b5eb7f36445712d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:21:28 +0000 Subject: [PATCH] Bump numpy from 2.0.2 to 2.4.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.0.2 to 2.4.0. - [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.0.2...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4336d11..19e8c88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ requires = [ "setuptools", "wheel", "cython==3.0.12", - "numpy==2.0.2" + "numpy==2.4.0" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 1d95691..e990826 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ affine cligj colormath==3.0.0 delocate -numpy==2.0.2 +numpy==2.4.0 pre-commit pytest~=8.3.5 pytest-cov>=2.2.0 diff --git a/requirements.txt b/requirements.txt index 5182bf1..4e76a88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click~=8.1 -numpy==2.0.2 +numpy==2.4.0 rasterio~=1.4 rio-mucho \ No newline at end of file