diff --git a/.gitignore b/.gitignore index 8cf8256..4382af6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /src/config/__pycache__ .databricks .vscode +.venv diff --git a/requirements.txt b/requirements.txt index 274e77c..f659ad6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyspark~=3.0.2 -pip~=21.3.1 -wheel~=0.37.1 -setuptools~=60.2.0 \ No newline at end of file +pyspark~=4.0.0 +pip~=25.2 +wheel~=0.45.1 +setuptools~=75.6.0