From 29b442fdd99138e0fc891937b3f6390f6e2fae00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 17:11:29 +0100 Subject: [PATCH] Bump snowflake-connector-python[pandas] from 2.4.5 to 2.4.6 (#184) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c117259..1d0ec0ce 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=["target_snowflake"], install_requires=[ 'pipelinewise-singer-python==1.*', - 'snowflake-connector-python[pandas]==2.4.5', + 'snowflake-connector-python[pandas]==2.4.6', 'inflection==0.5.1', 'joblib==1.0.1', 'numpy<1.21.0',