From bd6c5b8b8efad2c7b132f3f14d7b58e260f36927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:36:50 +0000 Subject: [PATCH] Bump numpy from 1.15 to 1.22.0 in /python_scripts Bumps [numpy](https://github.com/numpy/numpy) from 1.15 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.15.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python_scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_scripts/requirements.txt b/python_scripts/requirements.txt index c0e8125..a9f97e1 100644 --- a/python_scripts/requirements.txt +++ b/python_scripts/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.15 +numpy==1.22.0 pandas==0.24 scipy==1.4 scikit-learn==0.22