From eb061cc63162088dd597f3690bb82043c4f068f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:45:21 +0000 Subject: [PATCH] Bump numpy in /COMP9900/capstoneproject-comp9900-h18a-yyds/backend Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 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.21.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../capstoneproject-comp9900-h18a-yyds/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt b/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt index 9447591..25c2a47 100644 --- a/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt +++ b/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt @@ -14,6 +14,6 @@ flask-jwt-extended==4.2.1 certifi==2021.5.30 flask-caching==1.10.1 redis==3.5.3 -numpy==1.21.1 +numpy==1.22.0 blinker==1.4 flask-mail==0.9.1 \ No newline at end of file