From b194abb6348122468cbdc203a8780af2a2c535c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:36:43 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 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] --- pybloom/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pybloom/requirements.txt b/pybloom/requirements.txt index 6bc2ab7..8b0eedc 100644 --- a/pybloom/requirements.txt +++ b/pybloom/requirements.txt @@ -3,6 +3,6 @@ psutil==5.6.6 mock==2.0.0 mmh3==2.5.1 bitarray==0.8.3 -numpy==1.15.4 +numpy==1.22.0 PyHamcrest==1.9.0 mockredispy==2.9.3 diff --git a/setup.py b/setup.py index c28b5dc..35a0d17 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'psutil==5.6.6', 'mmh3==2.5.1', 'bitarray==0.8.3', - 'numpy==1.15.4', + 'numpy==1.22.0', ], test_requires=[ 'mock==2.0.0',