Skip to content

Commit

Permalink
Bump pyspark from 3.3.2 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [pyspark](https://github.com/apache/spark) from 3.3.2 to 3.5.0.
- [Commits](apache/spark@v3.3.2...v3.5.0)

---
updated-dependencies:
- dependency-name: pyspark
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2023
1 parent a35163a commit d27e26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ def readme():
"polars==0.19.12",
"pyarrow==13.0.0",
"connectorx==0.3.1",
"pyspark==3.3.2",
"pyspark==3.5.0",
"deltalake==0.13.0"
],
"pyspark": [
"pyspark==3.3.2"
"pyspark==3.5.0"
],
"sqlite": [
"aiosqlite>=0.18.0",
Expand Down Expand Up @@ -262,7 +262,7 @@ def readme():
"asyncmy==0.2.7",
"mysqlclient==2.1.1",
"aiomysql==0.1.1",
"pyspark==3.3.2",
"pyspark==3.5.0",
"oracledb==1.2.2",
"hazelcast-python-client==5.3.0",
"duckdb==0.8.1",
Expand Down

0 comments on commit d27e26b

Please sign in to comment.