From b218da08b259af6efb927cdb3c3a95057d148734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:19:40 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /api_flask Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 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.19.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_flask/requirements.txt b/api_flask/requirements.txt index 48f1671..f216556 100644 --- a/api_flask/requirements.txt +++ b/api_flask/requirements.txt @@ -15,7 +15,7 @@ Jinja2==2.11.3 locket==0.2.0 MarkupSafe==1.1.1 msgpack==1.0.0 -numpy==1.19.2 +numpy==1.22.0 packaging==20.4 pandas==1.1.3 partd==1.1.0