From 2b0018d4166e125165fa72cadec139864b064ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 07:47:42 +0000 Subject: [PATCH] Bump numpy from 1.12.0b1 to 1.22.0 in /appengine/flexible/scipy Bumps [numpy](https://github.com/numpy/numpy) from 1.12.0b1 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.12.0b1...v1.22.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..5b26535ef4d 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.22.0 scipy==0.18.1 Pillow==3.4.2