From 49b1c03bbd4638a871da6780192df3cef97e067a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 17:23:59 +0000 Subject: [PATCH] Bump snowflake-connector-python from 2.0.3 to 2.3.7 (#126) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d54010a4..d3ec2c8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ idna==2.7 singer-python==5.1.1 -snowflake-connector-python==2.0.3 +snowflake-connector-python==2.3.7 boto3==1.9.33 inflection==0.3.1 joblib==0.16.0 diff --git a/setup.py b/setup.py index 917840f7..c2c6ce86 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'idna==2.7', 'pipelinewise-singer-python==1.*', - 'snowflake-connector-python==2.3.6', + 'snowflake-connector-python==2.3.7', 'inflection==0.3.1', 'joblib==0.16.0', 'python-dateutil==2.8.1'