From c055d88f1a8ab95ea1fc414b7377e073a60869b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:21:00 +0000 Subject: [PATCH] Bump numpy from 1.6.2 to 1.22.0 in /common/lib/calc Bumps [numpy](https://github.com/numpy/numpy) from 1.6.2 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.6.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/lib/calc/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/calc/setup.py b/common/lib/calc/setup.py index d62dd9b6eb..f91787a06c 100644 --- a/common/lib/calc/setup.py +++ b/common/lib/calc/setup.py @@ -6,7 +6,7 @@ packages=["calc"], install_requires=[ "pyparsing==2.2.0", - "numpy==1.6.2", + "numpy==1.22.0", "scipy==0.14.0", ], )