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

CVE related security updates for PySpark and PyArrow #2229

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion benchmarking/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sqlglot==1.23.1
pytest==7.0.1
pytest-benchmark==3.4.1
tabulate==0.8.9
pyspark==3.1.2
pyspark==3.2.2
rapidfuzz==2.0.2
# sha256: 6bfffc374e5bda33f8e39628702af52124ab4e5946727f7fda9bb05ffaf97c63
lzstring==1.0.4
Expand Down
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
splink==3.9.8
pyarrow==13.0.0
pyarrow==14.0.1
Loading