From 5761513cea84da16adbcb2ba448f8413ab919cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:07:00 +0000 Subject: [PATCH] Bump numpy from 1.12.0b1 to 1.21.0 in /appengine/flexible/scipy Bumps [numpy](https://github.com/numpy/numpy) from 1.12.0b1 to 1.21.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.12.0b1...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appengine/flexible/scipy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index 86a005af838..4405154fc8e 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -1,5 +1,5 @@ Flask==0.11.1 gunicorn==19.6.0 -numpy==1.12.0b1 +numpy==1.21.0 scipy==0.18.1 Pillow==3.4.2