From 2512606f1e9e8c3c0b82a9324c1bd8eb2c169296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:18:07 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 in /overlay_output_to_image Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- overlay_output_to_image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay_output_to_image/requirements.txt b/overlay_output_to_image/requirements.txt index edd616a..a9a559a 100644 --- a/overlay_output_to_image/requirements.txt +++ b/overlay_output_to_image/requirements.txt @@ -17,7 +17,7 @@ attrs==19.3.0 Click==7.0 click-plugins==1.1.1 cligj==0.5.0 -numpy==1.18.1 +numpy==1.22.0 Pillow>=7.1.0 pyparsing==2.4.6 rasterio==1.1.2