From e50c3750df9a5aea68cf3eb4a169787198c42228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 01:23:33 +0200 Subject: [PATCH] Bump joblib from 1.0.1 to 1.1.0 (#214) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 380e9c65..29272a1a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'pipelinewise-singer-python==1.*', 'snowflake-connector-python[pandas]==2.4.6', 'inflection==0.5.1', - 'joblib==1.0.1', + 'joblib==1.1.0', 'numpy<1.21.0', 'python-dateutil==2.8.2' ],