From dcfdcf4503c39da2e8c502acafa0ec730c595b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:12:51 +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] --- requirements.txt | 2 +- requirements_gcolab.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5b3e0b4..86d8720 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ decorator==4.4.2 fire==0.4.0 -joblib==0.13.2 +joblib==1.2.0 matplotlib==3.1.3 natsort==7.0.1 networkx==2.4 diff --git a/requirements_gcolab.txt b/requirements_gcolab.txt index db074ae..2c71240 100644 --- a/requirements_gcolab.txt +++ b/requirements_gcolab.txt @@ -1,5 +1,5 @@ decorator==4.4.2 -joblib==0.15.1 +joblib==1.2.0 matplotlib natsort==7.0.1 networkx==2.4