From c0aa7065c2b3b70b3881b080d2ed938ea82d24a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:29:02 +0100 Subject: [PATCH] Bump joblib from 1.2.0 to 1.3.2 (#1134) Bumps [joblib](https://github.com/joblib/joblib) from 1.2.0 to 1.3.2. - [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.2.0...1.3.2) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2792c0b45..24a3f7a13 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'PyYAML==6.0', 'ansible-core==2.11.8', 'Jinja2==3.0.2', - 'joblib==1.2.0', + 'joblib==1.3.2', 'PyMySQL==0.7.11', 'psycopg2-binary==2.9.5', 'snowflake-connector-python[pandas]==3.0.4',