From e215fb1deb47dc46518b9ca37bfdc7a9086c38b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 03:38:16 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.21.0 in /docker/qa/app Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.16.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/qa/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/qa/app/requirements.txt b/docker/qa/app/requirements.txt index 295066e..92dc1db 100644 --- a/docker/qa/app/requirements.txt +++ b/docker/qa/app/requirements.txt @@ -3,7 +3,7 @@ Flask-RESTful==0.3.5 Werkzeug==0.15.3 future==0.16.0 jsonpickle==0.9.4 -numpy==1.16.4 +numpy==1.21.0 pandoc==1.0.0b2 six==1.10.0 typing==3.6.2