From a3e5a43aca4a28b67c8ecc78379f885b960e1406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:26:17 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 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.18.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 644a0c8c7..32bb1df5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ codecov==2.0.15 coverage==4.5.2 cvxpy==1.1.1 numba==0.49.1 -numpy==1.18.5 +numpy==1.22.0 matplotlib==3.2.1 pandas==1.0.4 pylint==2.5.3 diff --git a/setup.cfg b/setup.cfg index 08ceee199..4096cd70c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ setup_requires = setuptools install_requires = pandas==1.0.4 - numpy==1.18.5 + numpy==1.22.0 numba==0.49.1 scikit-learn==0.23.1 scipy==1.4.1