From e76c9c69e991a5906ef6ce532971b3fa39429c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:04:52 +0000 Subject: [PATCH] Bump joblib from 0.16.0 to 1.2.0 in /backend/requirements Bumps [joblib](https://github.com/joblib/joblib) from 0.16.0 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.16.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/dev.txt | 2 +- backend/requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements/dev.txt b/backend/requirements/dev.txt index 752e10c..c55dffd 100644 --- a/backend/requirements/dev.txt +++ b/backend/requirements/dev.txt @@ -19,7 +19,7 @@ h11==0.9.0 httptools==0.1.1 idna==2.10 importlib-metadata==1.7.0 -joblib==0.16.0 +joblib==1.2.0 mccabe==0.6.1 more-itertools==8.4.0 numpy==1.19.1 diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index a0074dc..3ae4d8f 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -8,7 +8,7 @@ future==0.18.2 h11==0.9.0 httptools==0.1.1 idna==2.10 -joblib==0.16.0 +joblib==1.2.0 numpy==1.19.1 packaging==20.4 pydantic==1.6.1