From acbb0f6ebb0bdba3f0e89e05b1adc873c7f58f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:25:17 +0000 Subject: [PATCH] Bump joblib from 1.1.0 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 1.1.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/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index e163112..d97cb97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ isort==5.10.1 # pylint jinja2==3.1.2 # via -r requirements.in -joblib==1.1.0 +joblib==1.2.0 # via scikit-learn lazy-object-proxy==1.7.1 # via astroid @@ -107,11 +107,6 @@ tomli==2.0.1 # pep517 # pylint # pytest -typing-extensions==4.2.0 - # via - # astroid - # black - # pylint wheel==0.37.1 # via pip-tools wrapt==1.14.1