From 6541324bf6054b35ce41fe2ff3f82d544d24aebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:09:35 +0000 Subject: [PATCH] Bump numpy from 1.7.0 to 1.21.0 in /server Bumps [numpy](https://github.com/numpy/numpy) from 1.7.0 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.7.0...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 server/requirements.txt diff --git a/server/requirements.txt b/server/requirements.txt old mode 100755 new mode 100644 index 6fa641f..1551748 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -5,7 +5,7 @@ djangorestframework==3.9.1 gunicorn==19.7.1 pipenv==2018.7.1 pytz==2018.4 -numpy==1.7.0 +numpy==1.21.0 colour==0.1.5 virtualenv==16.0.0 virtualenv-clone==0.3.0