From e4061b64c42d0e4eec43ef266640a966854b8725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:22:38 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/build_common.txt | 2 +- requirements/build_windows.txt | 2 +- requirements/development.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/build_common.txt b/requirements/build_common.txt index a312c6de..92d85186 100644 --- a/requirements/build_common.txt +++ b/requirements/build_common.txt @@ -6,4 +6,4 @@ python-coveralls==2.9.2 wheel==0.33.4 PyJWT==1.7.1 pytest-xdist==1.29.0 -numpy<1.16 +numpy<1.23 diff --git a/requirements/build_windows.txt b/requirements/build_windows.txt index a67127df..57fee6ee 100644 --- a/requirements/build_windows.txt +++ b/requirements/build_windows.txt @@ -5,4 +5,4 @@ marshmallow==2.18.1 pytest==4.6.3 wheel==0.33.4 pytest-xdist==1.29.0 -numpy==1.15.4 +numpy==1.22.0 diff --git a/requirements/development.txt b/requirements/development.txt index 4142d01c..8b732951 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -12,5 +12,5 @@ wheel pytest-xdist==1.29.0 marshmallow==2.18.1 ujson==1.35 -numpy<1.16 +numpy<1.23