From 9f454a3be3ad25a55f88f0adc817b7d7f67403c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:14:47 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.22.0 in /backend Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.16.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d3110f5..cf25c96 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ itsdangerous==1.1.0 kiwisolver==1.1.0 matplotlib==3.1.0 monotonic==1.5 -numpy==1.16.4 +numpy==1.22.0 pyparsing==2.4.0 python-dateutil==2.8.0 python-engineio==3.8.2.post1