Skip to content

Commit f186d58

Browse files
Build: Bump pyspark from 3.5.3 to 3.5.5 (#1740)
Bumps [pyspark](https://github.com/apache/spark) from 3.5.3 to 3.5.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/spark/commit/7c29c664cdc9321205a98a14858aaf8daaa19db2"><code>7c29c66</code></a> Preparing Spark release v3.5.5-rc1</li> <li><a href="https://github.com/apache/spark/commit/d65ecc03caaf96d7381301be89991be502871fbd"><code>d65ecc0</code></a> [SPARK-51173][TESTS] Add <code>configName</code> Scalastyle rule</li> <li><a href="https://github.com/apache/spark/commit/eedb1aafb26e4000c73b84e6d3171822baa445af"><code>eedb1aa</code></a> [SPARK-48899][K8S] Fix <code>ENV</code> key value format in K8s Dockerfiles</li> <li><a href="https://github.com/apache/spark/commit/3ba36ec11b921729a11a98d397072721e75ab553"><code>3ba36ec</code></a> [SPARK-51187][SQL][SS][3.5] Implement the graceful deprecation of incorrect c...</li> <li><a href="https://github.com/apache/spark/commit/c0bfae6d66e283c1b7d75c929f198c09328ef86e"><code>c0bfae6</code></a> [SPARK-51244][INFRA][3.5] Upgrade left Github Action image from `ubuntu-20.04...</li> <li><a href="https://github.com/apache/spark/commit/23637fe83e1f3c1224ffd5b75b65c1dde4fcb49a"><code>23637fe</code></a> [SPARK-51185][CORE][3.5] Revert simplifications to PartitionedFileUtil API to...</li> <li><a href="https://github.com/apache/spark/commit/4d15f6465b7a163d04dcec7ec748c78e1217d0fb"><code>4d15f64</code></a> [SPARK-51219][SQL][TESTS][FOLLOWUP] ShowTablesExec<code>remove</code>ArrayImplicits`</li> <li><a href="https://github.com/apache/spark/commit/030e69139082715191c271256813cea6b60d8a04"><code>030e691</code></a> [SPARK-51219][SQL] Fix <code>ShowTablesExec.isTempView</code> to work with non-`V2Sessio...</li> <li><a href="https://github.com/apache/spark/commit/496245314a7d284ed94594051b9f60185a131a67"><code>4962453</code></a> [SPARK-51042][SQL][3.5] Read and write the month and days fields of intervals...</li> <li><a href="https://github.com/apache/spark/commit/6084757501e79ecdda24f5c8f72c345a303188c8"><code>6084757</code></a> [SPARK-51157][SQL][3.5] Add missing <a href="https://github.com/VarArgs"><code>@​VarArgs</code></a> Scala annotation for Scala funct...</li> <li>Additional commits viewable in <a href="https://github.com/apache/spark/compare/v3.5.3...v3.5.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyspark&package-manager=pip&previous-version=3.5.3&new-version=3.5.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdb7c7d commit f186d58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ requests-mock = "1.12.1"
9494
moto = { version = "^5.0.2", extras = ["server"] }
9595
typing-extensions = "4.12.2"
9696
pytest-mock = "3.14.0"
97-
pyspark = "3.5.3"
97+
pyspark = "3.5.5"
9898
cython = "3.0.12"
9999
deptry = ">=0.14,<0.24"
100100
datafusion = ">=44,<46"

0 commit comments

Comments
 (0)