diff --git a/pyspark_step/requirements-aws.txt b/pyspark_step/requirements-aws.txt index b0a074c..823488b 100644 --- a/pyspark_step/requirements-aws.txt +++ b/pyspark_step/requirements-aws.txt @@ -1,3 +1,3 @@ pandas==1.2.2 -pyspark==3.1.2 +pyspark==3.2.2 s3fs==2021.8.0 diff --git a/pyspark_step/requirements-gcp.txt b/pyspark_step/requirements-gcp.txt index 02bfcd6..6246693 100644 --- a/pyspark_step/requirements-gcp.txt +++ b/pyspark_step/requirements-gcp.txt @@ -1,3 +1,3 @@ pandas==1.2.2 -pyspark==3.1.2 +pyspark==3.2.2 google-cloud==0.34.0