From e44ac3e2fdb2347aa991d16afa1d2f04eaa9358a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:30:47 +0000 Subject: [PATCH] Bump joblib from 1.2.0 to 1.3.2 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 001bdf30..ad410bd4 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pipelinewise-singer-python==1.*', 'snowflake-connector-python[pandas]==3.0.4', 'inflection==0.5.1', - 'joblib==1.2.0', + 'joblib==1.3.2', 'boto3==1.28.20', ], extras_require={