From 52ce48dc03e192bba15ed540baffd0734d90dcac Mon Sep 17 00:00:00 2001 From: Connor McArthur Date: Mon, 16 Oct 2017 17:28:12 -0400 Subject: [PATCH 1/2] bump snowflake, remove pyasn1 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 155a1319c0b..336d01dbfd9 100644 --- a/setup.py +++ b/setup.py @@ -40,9 +40,8 @@ 'snowplow-tracker==0.7.2', 'celery==3.1.23', 'voluptuous==0.10.5', - 'snowflake-connector-python>=1.3.16', + 'snowflake-connector-python>=1.4.9', 'colorama==0.3.9', 'google-cloud-bigquery==0.26.0', - 'pyasn1==0.2.3', ] ) From 616a850f5cee2e48aa989646e3f9198d8b63ab92 Mon Sep 17 00:00:00 2001 From: Drew Banin Date: Fri, 20 Oct 2017 18:43:43 -0400 Subject: [PATCH 2/2] change requirements.txt --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 906e96c7b17..262b002e96c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ csvkit==0.9.1 snowplow-tracker==0.7.2 celery==3.1.23 voluptuous==0.10.5 -snowflake-connector-python==1.4.0 +snowflake-connector-python==1.4.9 colorama==0.3.9 google-cloud-bigquery==0.26.0 -pyasn1==0.2.3