From 3a96cbd9f479a78c21540749f2406a811fe574cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:09:24 +0000 Subject: [PATCH] Bump numpy from 1.7.0 to 1.22.0 in /server Bumps [numpy](https://github.com/numpy/numpy) from 1.7.0 to 1.22.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.22.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..c130972 --- 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.22.0 colour==0.1.5 virtualenv==16.0.0 virtualenv-clone==0.3.0