From 8299b134449a972284cadbfc0101250f2514ede5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 08:59:44 +0000 Subject: [PATCH] Bump numpy from 1.14.5 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.14.5...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 095207b..6c957c8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ kiwisolver==1.0.1 libgraph==0.0.3 nose==1.3.7 numexpr==2.6.8 -numpy==1.14.5 +numpy==1.21.0 ply==3.11 pyparsing==2.2.2 python-dateutil==2.7.3