From de358ec7d4e8128ed92293d06c3fc76a0fa74deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:06:52 +0000 Subject: [PATCH] Bump numpy from 1.11.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.11.0 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.11.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2b1a9e..54781ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ couchbase==2.1.0 decorator==4.0.10 flake8==2.6.0 logger==1.4 -numpy==1.11.0 +numpy==1.22.0 requests==2.1.0 twisted==16.2.0 urllib3==1.10.4 diff --git a/setup.py b/setup.py index 071a4a1..32bad03 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'couchbase==2.1.0', 'decorator==4.0.10', 'logger==1.4', - 'numpy==1.11.0', + 'numpy==1.22.0', 'requests==2.1.0', 'urllib3==1.10.4', 'twisted==16.2.0',