From 11852d828e71b103f3e1a46947204897f3996970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:12:06 +0000 Subject: [PATCH] Bump numpy from 1.14.4 to 1.22.0 in /scripts/python Bumps [numpy](https://github.com/numpy/numpy) from 1.14.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.14.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/python/requirements.txt b/scripts/python/requirements.txt index b2f103a..4571a2f 100644 --- a/scripts/python/requirements.txt +++ b/scripts/python/requirements.txt @@ -2,7 +2,7 @@ backports.functools-lru-cache==1.5 cycler==0.10.0 kiwisolver==1.0.1 matplotlib==2.2.2 -numpy==1.14.4 +numpy==1.22.0 pandas==0.23.0 pathlib==1.0.1 pyparsing==2.2.0