-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-52844][PYTHON][TESTS] Update Python test dependencies #51636
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
Conversation
|
The large number of changes mainly comes from reformatting the python files as part of updating |
|
FYI #45647 |
b9724cb to
9bf7c07
Compare
|
try to make it easy for those that needs to check and merge it. |
bc1d07e to
8d4ac26
Compare
It looks like this may have been reverted at some point |
# Conflicts: # .github/workflows/pages.yml # dev/spark-test-image/docs/Dockerfile # Conflicts: # python/pyspark/sql/connect/functions/builtin.py # python/pyspark/sql/functions/builtin.py
# Conflicts: # dev/requirements.txt
This reverts commit 70f0cb59330a3b5332d377377f04542298f0c149.
This reverts commit 4a416507768e1a9f22f7b390a243ff7a2a998807.
8d4ac26 to
f0ec7b8
Compare
Do you want me to split this into a pull request per dependency? |
Yes, have one PR for each. |
What changes were proposed in this pull request?
Upgrading the following Python dependnecies:
Why are the changes needed?
The above dependencies were out of date and contained vulnerabilities
Does this PR introduce any user-facing change?
No
How was this patch tested?
Passed CI tests
Was this patch authored or co-authored using generative AI tooling?
No