diff --git a/examples/ray_plugin/requirements.txt b/examples/ray_plugin/requirements.txt index 924bcfa7f..a7daeb190 100644 --- a/examples/ray_plugin/requirements.txt +++ b/examples/ray_plugin/requirements.txt @@ -80,13 +80,14 @@ cookiecutter==2.3.0 # via flytekit croniter==1.4.1 # via flytekit -cryptography==41.0.3 +cryptography==41.0.6 # via # azure-identity # azure-storage-blob # msal # pyjwt # pyopenssl + # secretstorage dataclasses-json==0.5.9 # via flytekit decorator==5.1.1 @@ -188,6 +189,10 @@ isodate==0.6.1 # via azure-storage-blob jaraco-classes==3.3.0 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via cookiecutter jmespath==1.0.1 @@ -296,7 +301,9 @@ pydantic==1.10.12 pygments==2.16.1 # via rich pyjwt[crypto]==2.8.0 - # via msal + # via + # msal + # pyjwt pyopenssl==23.2.0 # via flytekit python-dateutil==2.8.2 @@ -364,6 +371,8 @@ rsa==4.9 # via google-auth s3fs==2023.6.0 # via flytekit +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # azure-core