From b560ebba57ff1ed29c8bcf3ced9a8cb9f5bbfa08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:18:55 +0000 Subject: [PATCH] Bump numpy from 1.14.3 to 1.22.0 in /backend Bumps [numpy](https://github.com/numpy/numpy) from 1.14.3 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.14.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 31abdf82..c1323fa1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ djangorestframework-jwt==1.11.0 djangorestframework-simplejwt==2.1 jieba==0.39 more-itertools==4.2.0 -numpy==1.14.3 +numpy==1.22.0 Pillow==5.1.0 pluggy==0.6.0 py==1.5.3 @@ -26,5 +26,5 @@ urllib3==1.22 Whoosh==2.7.4 xlrd==1.0.0 xlwt==1.3.0 -numpy==1.14.3 +numpy==1.22.0 django-cors-middleware==1.3.1 \ No newline at end of file