From 7f7ba0e26d6620fd2e3668cfb0eb9cb19bd86baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:19:24 +0000 Subject: [PATCH] Bump numpy from 1.7.0 to 1.22.0 in /apis Bumps [numpy](https://github.com/numpy/numpy) from 1.7.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.7.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/requirements.txt b/apis/requirements.txt index cf53324..2d72648 100644 --- a/apis/requirements.txt +++ b/apis/requirements.txt @@ -1,4 +1,4 @@ matplotlib==1.2.0 -numpy==1.7.0 +numpy==1.22.0 requests==1.1.0 tablib==0.9.11