From 413270aed81c4b3c61d36b0f8e0cd9272ad63f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:14:00 +0000 Subject: [PATCH] build(deps): bump pyspark from 3.3.0 to 3.3.1 Bumps [pyspark](https://github.com/apache/spark) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/spark/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... 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 80e9a038..f62355a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1148,12 +1148,12 @@ files = [ [[package]] name = "pyspark" -version = "3.3.0" +version = "3.3.1" description = "Apache Spark Python API" optional = false python-versions = ">=3.7" files = [ - {file = "pyspark-3.3.0.tar.gz", hash = "sha256:7ebe8e9505647b4d124d5a82fca60dfd3891021cf8ad6c5ec88777eeece92cf7"}, + {file = "pyspark-3.3.1.tar.gz", hash = "sha256:e99fa7de92be406884bfd831c32b9306a3a99de44cfc39a2eefb6ed07445d5fa"}, ] [package.dependencies] @@ -1639,4 +1639,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "935d4e76e8d168a7da36261d1ade763509ac991babff9f08a1d7791c5d33cd05" +content-hash = "26668f88647323133d7ef05fc26132edd6a71889bccf466bc842f7b3cd269251" diff --git a/pyproject.toml b/pyproject.toml index d26b7a13..cf04b16a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ gen3datamodel = "3.1.2" hdfs = "2.7.0" psycopg2-binary="2.9.3" psqlgraph = "3.0.1" -pyspark = "3.3.0" +pyspark = "3.3.1" urllib3 = "1.26.18" requests = "^2.28.1" setuptools = "65.3.0"