From 5bdc5e4ed084047cbe6687b385e5093cccc8495d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 01:12:03 +0100 Subject: [PATCH] Bump snowflake-connector-python[pandas] from 2.4.1 to 2.4.2 (#159) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8aaf164..f2591d71 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.1', + 'snowflake-connector-python[pandas]==2.4.2', 'inflection==0.5.1', 'joblib==1.0.1', 'numpy<1.21.0',