fix: Use non-yanked version of snowflake-python-connector (#30821)

2.7.10 was yanked for not having the right dependency constraints:
https://github.com/snowflakedb/snowflake-connector-python/issues/1206#issuecomment-1195840226
This commit is contained in:
Tim McCormack
2022-08-02 16:04:10 -04:00
committed by GitHub
parent 86bd82c4fb
commit f95b414551
3 changed files with 3 additions and 3 deletions

View File

@@ -1021,7 +1021,7 @@ slumber==0.7.1
# edx-bulk-grades
# edx-enterprise
# edx-rest-api-client
snowflake-connector-python==2.7.10
snowflake-connector-python==2.7.11
# via edx-enterprise
social-auth-app-django==5.0.0
# via

View File

@@ -1412,7 +1412,7 @@ sniffio==1.2.0
# anyio
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python==2.7.10
snowflake-connector-python==2.7.11
# via
# -r requirements/edx/testing.txt
# edx-enterprise

View File

@@ -1326,7 +1326,7 @@ slumber==0.7.1
# edx-rest-api-client
sniffio==1.2.0
# via anyio
snowflake-connector-python==2.7.10
snowflake-connector-python==2.7.11
# via
# -r requirements/edx/base.txt
# edx-enterprise