diff --git a/plugins/flytekit-papermill/dev-requirements.txt b/plugins/flytekit-papermill/dev-requirements.txt index 459044f746..01473c6a68 100644 --- a/plugins/flytekit-papermill/dev-requirements.txt +++ b/plugins/flytekit-papermill/dev-requirements.txt @@ -14,6 +14,8 @@ certifi==2021.10.8 # via # kubernetes # requests +cffi==1.15.1 + # via cryptography chardet==4.0.0 # via binaryornot charset-normalizer==2.0.10 @@ -28,6 +30,8 @@ cookiecutter==2.1.1 # via flytekit croniter==1.2.0 # via flytekit +cryptography==37.0.4 + # via secretstorage dataclasses-json==0.5.6 # via flytekit decorator==5.1.1 @@ -70,6 +74,10 @@ idna==3.3 # via requests importlib-metadata==4.10.1 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.0.3 # via # cookiecutter @@ -116,7 +124,7 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -py4j==0.10.9.3 +py4j==0.10.9.5 # via pyspark pyarrow==6.0.1 # via flytekit @@ -126,7 +134,9 @@ pyasn1==0.4.8 # rsa pyasn1-modules==0.2.8 # via google-auth -pyspark==3.2.1 +pycparser==2.21 + # via cffi +pyspark==3.2.2 # via flytekitplugins-spark python-dateutil==2.8.1 # via @@ -167,6 +177,8 @@ retry==0.9.2 # via flytekit rsa==4.9 # via google-auth +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # cookiecutter