From 136e10c821a0cbad36111aa5c137011a30c018ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:11:40 +0000 Subject: [PATCH] Bump joblib from 0.15.1 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 0.15.1 to 1.2.0. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/0.15.1...1.2.0) --- updated-dependencies: - dependency-name: joblib 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..260fd83 100644 --- a/BeeHiveOptimization/requirements.txt +++ b/BeeHiveOptimization/requirements.txt @@ -1,2 +1,2 @@ numpy==1.18.4 -joblib==0.15.1 +joblib==1.2.0 diff --git a/requirements.txt b/requirements.txt index c4379aa..19794b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==1.18.4 matplotlib==3.2.1 -joblib==0.15.1 +joblib==1.2.0 imageio==2.9.0