This is an automated email from the ASF dual-hosted git repository.
fokko 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 a74c45dc Build: Bump pyspark from 3.5.0 to 3.5.1 (#659)
a74c45dc is described below
commit a74c45dc08ec809e59ac1cbc908a340217e5de39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 26 12:58:11 2024 +0200
Build: Bump pyspark from 3.5.0 to 3.5.1 (#659)
Bumps [pyspark](https://github.com/apache/spark) from 3.5.0 to 3.5.1.
- [Commits](https://github.com/apache/spark/compare/v3.5.0...v3.5.1)
---
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 | 6 +++---
pyproject.toml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 37218c02..912a5bee 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -3228,12 +3228,12 @@ tomli = {version = ">=1.1.0", markers = "python_version
< \"3.11\""}
[[package]]
name = "pyspark"
-version = "3.5.0"
+version = "3.5.1"
description = "Apache Spark Python API"
optional = false
python-versions = ">=3.8"
files = [
- {file = "pyspark-3.5.0.tar.gz", hash =
"sha256:d41a9b76bd2aca370a6100d075c029e22ba44c5940927877e9435a3a9c566558"},
+ {file = "pyspark-3.5.1.tar.gz", hash =
"sha256:dd6569e547365eadc4f887bf57f153e4d582a68c4b490de475d55b9981664910"},
]
[package.dependencies]
@@ -4492,4 +4492,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"bed94b1180a42b30de71fc726c50c474f59eaae3a1e8753175bf385070de14e1"
+content-hash =
"7b33f3dec688388c82a02ff1bcecad9507bbd1f14417a7a2e4e90a27a15f5231"
diff --git a/pyproject.toml b/pyproject.toml
index 68f1b5f9..cec93b38 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -84,7 +84,7 @@ requests-mock = "1.12.1"
moto = { version = "^5.0.2", extras = ["server"] }
typing-extensions = "4.11.0"
pytest-mock = "3.14.0"
-pyspark = "3.5.0"
+pyspark = "3.5.1"
cython = "3.0.8"
deptry = ">=0.14,<0.17"
docutils = "!=0.21"