diff --git a/examples/snowflake_plugin/requirements.txt b/examples/snowflake_plugin/requirements.txt index 36f5b7a5c..8da01b04e 100644 --- a/examples/snowflake_plugin/requirements.txt +++ b/examples/snowflake_plugin/requirements.txt @@ -8,7 +8,7 @@ adlfs==2023.4.0 # via flytekit aiobotocore==2.5.1 # via s3fs -aiohttp==3.8.4 +aiohttp==3.9.0 # via # adlfs # aiobotocore @@ -52,9 +52,7 @@ cffi==1.15.1 chardet==5.1.0 # via binaryornot charset-normalizer==3.1.0 - # via - # aiohttp - # requests + # via requests click==8.1.3 # via # cookiecutter @@ -152,6 +150,8 @@ importlib-metadata==6.7.0 # via # flytekit # keyring +importlib-resources==6.1.1 + # via keyring isodate==0.6.1 # via azure-storage-blob jaraco-classes==3.2.3 @@ -243,7 +243,9 @@ pycparser==2.21 pygments==2.15.1 # via rich pyjwt[crypto]==2.7.0 - # via msal + # via + # msal + # pyjwt pyopenssl==23.2.0 # via flytekit python-dateutil==2.8.2 @@ -324,9 +326,11 @@ types-pyyaml==6.0.12.10 # via responses typing-extensions==4.7.1 # via + # aioitertools # azure-core # azure-storage-blob # flytekit + # rich # typing-inspect typing-inspect==0.9.0 # via dataclasses-json @@ -353,7 +357,9 @@ wrapt==1.15.0 yarl==1.9.2 # via aiohttp zipp==3.15.0 - # via importlib-metadata + # via + # importlib-metadata + # importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools