From ec4ab10d7380a522ee1eb63bb13f8e1da2d19378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:08:34 +0000 Subject: [PATCH] Bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.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/v1.21.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2511a20..9225445 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ bokeh==2.4.3 click==7.1.2 Fiona==1.8.13 GDAL==3.0.4 -numpy==1.21.6 +numpy==1.22.0 pandas==1.3.5 pytest==7.4.4 rasterio==1.1.5