Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyspark from 3.2.1 to 3.2.2 in /plugins/flytekit-papermill #1130

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions plugins/flytekit-papermill/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,6 +30,8 @@ cookiecutter==1.7.3
# 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down