From 886cc481d7e8efafc53170f7818396acf058cc10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:50:39 +0000 Subject: [PATCH] Bump numpy from 2.0.2 to 2.2.1 Bumps [numpy](https://github.com/numpy/numpy) from 2.0.2 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/v2.0.2...v2.2.1) --- updated-dependencies: - dependency-name: numpy 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 d420374..4f7410e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ requires = [ "setuptools", "wheel", "cython==3.0.11", - "numpy==2.0.2" + "numpy==2.2.1" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index ef2a32c..d696c57 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.2.1 pre-commit pytest~=8.3.4 pytest-cov>=2.2.0 diff --git a/requirements.txt b/requirements.txt index 5182bf1..e4e7438 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click~=8.1 -numpy==2.0.2 +numpy==2.2.1 rasterio~=1.4 rio-mucho \ No newline at end of file