From 6073391bf7cf0afa3388979654e67f392560876e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:04:56 +0000 Subject: [PATCH] Bump numpy from 1.18.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- BeeHiveOptimization/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BeeHiveOptimization/requirements.txt b/BeeHiveOptimization/requirements.txt index fdbbf7a..454fca1 100644 --- a/BeeHiveOptimization/requirements.txt +++ b/BeeHiveOptimization/requirements.txt @@ -1,2 +1,2 @@ -numpy==1.18.4 +numpy==1.22.0 joblib==0.15.1 diff --git a/requirements.txt b/requirements.txt index c4379aa..e515bfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.18.4 +numpy==1.22.0 matplotlib==3.2.1 joblib==0.15.1 imageio==2.9.0