From 6953085beb131dde9e545e945a4b7b55c8a41983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:49:10 +0000 Subject: [PATCH] Bump pyspark from 3.2.2 to 3.3.2 Bumps [pyspark](https://github.com/apache/spark) from 3.2.2 to 3.3.2. - [Commits](https://github.com/apache/spark/compare/v3.2.2...v3.3.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 164c6c3..6563511 100644 --- a/poetry.lock +++ b/poetry.lock @@ -844,22 +844,22 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pyspark" -version = "3.2.2" +version = "3.3.2" description = "Apache Spark Python API" optional = true -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pyspark-3.2.2.tar.gz", hash = "sha256:5455214cf0b83d4a184cda25ca3b0812481915353b180cf7d7ac227728a4d99e"}, + {file = "pyspark-3.3.2.tar.gz", hash = "sha256:0dfd5db4300c1f6cc9c16d8dbdfb82d881b4b172984da71344ede1a9d4893da8"}, ] [package.dependencies] py4j = "0.10.9.5" [package.extras] -ml = ["numpy (>=1.7)"] -mllib = ["numpy (>=1.7)"] -pandas-on-spark = ["numpy (>=1.14)", "pandas (>=0.23.2)", "pyarrow (>=1.0.0)"] -sql = ["pandas (>=0.23.2)", "pyarrow (>=1.0.0)"] +ml = ["numpy (>=1.15)"] +mllib = ["numpy (>=1.15)"] +pandas-on-spark = ["numpy (>=1.15)", "pandas (>=1.0.5)", "pyarrow (>=1.0.0)"] +sql = ["pandas (>=1.0.5)", "pyarrow (>=1.0.0)"] [[package]] name = "pytest" @@ -1316,4 +1316,4 @@ pyspark = ["pyspark"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "19b8066a730bfeebe017b2f1be860d76a005a46d64784d9458c555e018c77be5" +content-hash = "616e9d9c99206a718797187683520c788474e89486e6549d92eeed712ff6ae55" diff --git a/pyproject.toml b/pyproject.toml index 341a994..1599855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ python = ">=3.8,<4" numpy = ">=1.14.1" pandas = ">=0.23.0" -pyspark = { version = ">=2.4.7, <3.3.0", optional = true } +pyspark = { version = ">=2.4.7,<3.4.0", optional = true } [tool.poetry.dev-dependencies] pytest = "^6.2.4"