From 6602aede671311e3afb2f33cab7c4866c50b1db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:53:03 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 in /web/api/src Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/api/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/api/src/requirements.txt b/web/api/src/requirements.txt index a443498..d724aa8 100644 --- a/web/api/src/requirements.txt +++ b/web/api/src/requirements.txt @@ -6,4 +6,4 @@ flask-cors==3.0.8 gunicorn==19.9.0 # Plots -numpy==1.18.1 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file