This is an automated email from the ASF dual-hosted git repository.

sungwy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 3821833c Bump pyspark from 3.5.1 to 3.5.2 (#1048)
3821833c is described below

commit 3821833c329d217cc4d2514234267bcb2ca1b700
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 13 19:57:12 2024 -0400

    Bump pyspark from 3.5.1 to 3.5.2 (#1048)
    
    Bumps [pyspark](https://github.com/apache/spark) from 3.5.1 to 3.5.2.
    - [Commits](https://github.com/apache/spark/compare/v3.5.1...v3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: pyspark
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 poetry.lock    | 16 ++++++++--------
 pyproject.toml |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index ba467d36..83e03efe 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -3228,23 +3228,23 @@ files = [
 
 [[package]]
 name = "pyspark"
-version = "3.5.1"
+version = "3.5.2"
 description = "Apache Spark Python API"
 optional = false
 python-versions = ">=3.8"
 files = [
-    {file = "pyspark-3.5.1.tar.gz", hash = 
"sha256:dd6569e547365eadc4f887bf57f153e4d582a68c4b490de475d55b9981664910"},
+    {file = "pyspark-3.5.2.tar.gz", hash = 
"sha256:bbb36eba09fa24e86e0923d7e7a986041b90c714e11c6aa976f9791fe9edde5e"},
 ]
 
 [package.dependencies]
 py4j = "0.10.9.7"
 
 [package.extras]
-connect = ["googleapis-common-protos (>=1.56.4)", "grpcio (>=1.56.0)", 
"grpcio-status (>=1.56.0)", "numpy (>=1.15)", "pandas (>=1.0.5)", "pyarrow 
(>=4.0.0)"]
-ml = ["numpy (>=1.15)"]
-mllib = ["numpy (>=1.15)"]
-pandas-on-spark = ["numpy (>=1.15)", "pandas (>=1.0.5)", "pyarrow (>=4.0.0)"]
-sql = ["numpy (>=1.15)", "pandas (>=1.0.5)", "pyarrow (>=4.0.0)"]
+connect = ["googleapis-common-protos (>=1.56.4)", "grpcio (>=1.56.0)", 
"grpcio-status (>=1.56.0)", "numpy (>=1.15,<2)", "pandas (>=1.0.5)", "pyarrow 
(>=4.0.0)"]
+ml = ["numpy (>=1.15,<2)"]
+mllib = ["numpy (>=1.15,<2)"]
+pandas-on-spark = ["numpy (>=1.15,<2)", "pandas (>=1.0.5)", "pyarrow 
(>=4.0.0)"]
+sql = ["numpy (>=1.15,<2)", "pandas (>=1.0.5)", "pyarrow (>=4.0.0)"]
 
 [[package]]
 name = "pytest"
@@ -4579,4 +4579,4 @@ zstandard = ["zstandard"]
 [metadata]
 lock-version = "2.0"
 python-versions = ">=3.8, <4.0, !=3.9.7"
-content-hash = 
"377283aadd2c34c5cd2003281a820a3dc82ce529e46674c67c2fe84e2958cf8e"
+content-hash = 
"dd6a632537362646d6836d6df3b760263a6882ec9a11cae75e61c8386d34994d"
diff --git a/pyproject.toml b/pyproject.toml
index f3caba97..d4c99aac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -91,7 +91,7 @@ requests-mock = "1.12.1"
 moto = { version = "^5.0.2", extras = ["server"] }
 typing-extensions = "4.12.2"
 pytest-mock = "3.14.0"
-pyspark = "3.5.1"
+pyspark = "3.5.2"
 cython = "3.0.11"
 deptry = ">=0.14,<0.20"
 docutils = "!=0.21"

Reply via email to