From 0a3139728966651abfcb7a010c27ebbcfae0d65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:26:06 +0000 Subject: [PATCH] Bump numpy from 1.16.0 to 1.22.0 in /engine Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/requirements.txt b/engine/requirements.txt index 77e0ae5..c0a3696 100644 --- a/engine/requirements.txt +++ b/engine/requirements.txt @@ -11,7 +11,7 @@ llvmlite==0.31.0 matplotlib==3.1.2 more-itertools==8.1.0 numba==0.47.0 -numpy==1.16.0 +numpy==1.22.0 packaging==20.0 pathtools==0.1.2 pluggy==0.13.1