From d42d07c43ef530a522dea5e6bc6ab5c02c74ba0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:46:55 +0000 Subject: [PATCH] Bump pyspark from 3.5.2 to 3.5.3 Bumps [pyspark](https://github.com/apache/spark) from 3.5.2 to 3.5.3. - [Commits](https://github.com/apache/spark/compare/v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b144fd168..a92209fad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3220,12 +3220,12 @@ files = [ [[package]] name = "pyspark" -version = "3.5.2" +version = "3.5.3" description = "Apache Spark Python API" optional = false python-versions = ">=3.8" files = [ - {file = "pyspark-3.5.2.tar.gz", hash = "sha256:bbb36eba09fa24e86e0923d7e7a986041b90c714e11c6aa976f9791fe9edde5e"}, + {file = "pyspark-3.5.3.tar.gz", hash = "sha256:68b7cc0c0c570a7d8644f49f40d2da8709b01d30c9126cc8cf93b4f84f3d9747"}, ] [package.dependencies] @@ -4536,4 +4536,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.13, !=3.9.7" -content-hash = "9ff6b794eee7db5b198ff9df41d3a3f74eed4d620555dc286e62d33a1b1bb3f0" +content-hash = "e256d722105033e816531d539c1e110c6779bffbbbb91c44bfea99d1cb7fa0a8" diff --git a/pyproject.toml b/pyproject.toml index f3a9bdfe4..83b54d433 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.2" +pyspark = "3.5.3" cython = "3.0.11" deptry = ">=0.14,<0.21" docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520