diff --git a/poetry.lock b/poetry.lock index 374470971c..17f04cd59f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3797,12 +3797,12 @@ files = [ [[package]] name = "pyspark" -version = "3.5.3" +version = "3.5.4" description = "Apache Spark Python API" optional = false python-versions = ">=3.8" files = [ - {file = "pyspark-3.5.3.tar.gz", hash = "sha256:68b7cc0c0c570a7d8644f49f40d2da8709b01d30c9126cc8cf93b4f84f3d9747"}, + {file = "pyspark-3.5.4.tar.gz", hash = "sha256:1c2926d63020902163f58222466adf6f8016f6c43c1f319b8e7a71dbaa05fc51"}, ] [package.dependencies] @@ -5373,4 +5373,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.0" python-versions = "^3.9, !=3.9.7" -content-hash = "df76e32cb9e413b1218b9d40ac8436b5f32d9e79a365762fe0606588ffba8ac9" +content-hash = "ae716baaaece766b73f81a9bb9cf37654f6cc0f49039018dd00e90d1e828257f" diff --git a/pyproject.toml b/pyproject.toml index 45aad2db31..f9b4dfec71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,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.3" +pyspark = "3.5.4" cython = "3.0.11" deptry = ">=0.14,<0.23" docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520