diff --git a/dev-requirements.txt b/dev-requirements.txt index d54e403042..0e69893ea6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,6 +20,8 @@ aioitertools==0.11.0 # via aiobotocore aiosignal==1.3.1 # via aiohttp +asn1crypto==1.5.1 + # via snowflake-connector-python asttokens==2.4.1 # via stack-data attrs==23.2.0 @@ -48,14 +50,18 @@ certifi==2024.7.4 # via # kubernetes # requests + # snowflake-connector-python cffi==1.16.0 # via # azure-datalake-store # cryptography + # snowflake-connector-python cfgv==3.4.0 # via pre-commit charset-normalizer==3.3.2 - # via requests + # via + # requests + # snowflake-connector-python click==8.1.7 # via # flytekit @@ -70,13 +76,15 @@ coverage[toml]==7.5.3 # pytest-cov croniter==2.0.5 # via flytekit -cryptography==42.0.7 +cryptography==43.0.1 # via # azure-identity # azure-storage-blob # msal # pyjwt + # pyopenssl # secretstorage + # snowflake-connector-python dataclasses-json==0.5.9 # via flytekit decorator==5.1.1 @@ -96,7 +104,9 @@ execnet==2.1.1 executing==2.0.1 # via stack-data filelock==3.14.0 - # via virtualenv + # via + # snowflake-connector-python + # virtualenv flyteidl @ git+https://github.com/flyteorg/flyte.git@master#subdirectory=flyteidl # via # -r dev-requirements.in @@ -174,6 +184,7 @@ identify==2.5.36 idna==3.7 # via # requests + # snowflake-connector-python # yarl importlib-metadata==7.1.0 # via flytekit @@ -283,6 +294,7 @@ packaging==24.0 # msal-extensions # pytest # setuptools-scm + # snowflake-connector-python pandas==2.2.2 # via -r dev-requirements.in parso==0.8.4 @@ -292,7 +304,9 @@ pexpect==4.9.0 pillow==10.3.0 # via -r dev-requirements.in platformdirs==4.2.2 - # via virtualenv + # via + # snowflake-connector-python + # virtualenv pluggy==1.5.0 # via pytest portalocker==2.8.2 @@ -327,7 +341,7 @@ ptyprocess==0.7.0 pure-eval==0.2.2 # via stack-data pyarrow==16.1.0 - # via flytekit + # via -r dev-requirements.in pyasn1==0.6.0 # via # pyasn1-modules @@ -346,7 +360,9 @@ pygments==2.18.0 pyjwt[crypto]==2.8.0 # via # msal - # pyjwt + # snowflake-connector-python +pyopenssl==24.2.1 + # via snowflake-connector-python pytest==8.2.1 # via # -r dev-requirements.in @@ -385,6 +401,7 @@ pytz==2024.1 # via # croniter # pandas + # snowflake-connector-python pyyaml==6.0.1 # via # flytekit @@ -403,6 +420,7 @@ requests==2.32.3 # kubernetes # msal # requests-oauthlib + # snowflake-connector-python requests-oauthlib==2.0.0 # via # google-auth-oauthlib @@ -432,14 +450,20 @@ six==1.16.0 # isodate # kubernetes # python-dateutil +snowflake-connector-python==3.12.1 + # via -r dev-requirements.in sortedcontainers==2.4.0 - # via hypothesis + # via + # hypothesis + # snowflake-connector-python stack-data==0.6.3 # via ipython statsd==3.3.0 # via flytekit threadpoolctl==3.5.0 # via scikit-learn +tomlkit==0.13.2 + # via snowflake-connector-python traitlets==5.14.3 # via # ipython @@ -462,6 +486,7 @@ typing-extensions==4.12.0 # mashumaro # mypy # rich-click + # snowflake-connector-python # typing-inspect typing-inspect==0.9.0 # via dataclasses-json