From 08011d114feef03691315afff713a66ae9d04f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:37:51 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 in /pybloom 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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