From cece32a7c503c9c8089c160b345083d6f251d0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:19:29 +0000 Subject: [PATCH] Bump numpy from 1.14.3 to 1.22.0 in /Flask_app 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] --- Flask_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flask_app/requirements.txt b/Flask_app/requirements.txt index b3a2f81..d6e7f9f 100644 --- a/Flask_app/requirements.txt +++ b/Flask_app/requirements.txt @@ -1,4 +1,4 @@ Flask==1.0.2 Flask-Cors==3.0.4 pandas==0.23.0 -numpy==1.14.3 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file