From aa6ac2e392b6148994f9138241630ba8d684adac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 09:38:23 +0100 Subject: [PATCH] Bump joblib from 1.1.0 to 1.2.0 (#317) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36e848b5..b07bdbe1 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pipelinewise-singer-python==1.*', 'snowflake-connector-python[pandas]==2.7.*', 'inflection==0.5.1', - 'joblib==1.1.0', + 'joblib==1.2.0', 'boto3==1.23.10', ], extras_require={