diff --git a/poetry.lock b/poetry.lock index 80e9a038..9ac2c57c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1148,12 +1148,12 @@ files = [ [[package]] name = "pyspark" -version = "3.3.0" +version = "3.3.2" 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.2.tar.gz", hash = "sha256:0dfd5db4300c1f6cc9c16d8dbdfb82d881b4b172984da71344ede1a9d4893da8"}, ] [package.dependencies] @@ -1639,4 +1639,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "935d4e76e8d168a7da36261d1ade763509ac991babff9f08a1d7791c5d33cd05" +content-hash = "239de964faf39b459a844789c5694193a77d4cd8da4dd6b9858fd6399e4a1f2e" diff --git a/pyproject.toml b/pyproject.toml index d26b7a13..1ce8022f 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.2" urllib3 = "1.26.18" requests = "^2.28.1" setuptools = "65.3.0"