From d52d3ce872dc2d15d9afb2b9fff7c84ce48540f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 19:17:15 +0000 Subject: [PATCH] chore(deps): bump numpy in /templates/lib/python2.7 Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.13.3...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/lib/python2.7/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lib/python2.7/requirements.txt b/templates/lib/python2.7/requirements.txt index 57a8997..a5c65df 100644 --- a/templates/lib/python2.7/requirements.txt +++ b/templates/lib/python2.7/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.13.3 +numpy==1.21.0 scipy==1.0.0.0 wand==0.4.4 opencv-python==3.3.0.10