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"