From 373398c8a461e8fc4b50f8b84b6235fb5b4a4a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 00:13:02 +0000 Subject: [PATCH] Bump numpy from 1.18.0 to 1.22.0 in /api Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index bf8dca0..3f2474b 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,4 +2,4 @@ Flask==1.0.2 Flask-PyMongo==2.2.0 jsonschema==3.2.0 mongomock==3.18.0 -numpy==1.18.0 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file