Skip to content

Commit d0266e9

Browse files
Bump pyspark from 3.2.2 to 3.3.2 in /.requirements (#1414)
Bumps [pyspark](https://github.com/apache/spark) from 3.2.2 to 3.3.2. - [Commits](apache/spark@v3.2.2...v3.3.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71fb158 commit d0266e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.requirements/all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pymdown-extensions==10.0
191191
# via
192192
# mkdocs-material
193193
# mkdocstrings
194-
pyspark==3.2.2
194+
pyspark==3.3.2
195195
# via -r spark.in
196196
pytest==7.0.1
197197
# via

.requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pymdown-extensions==10.0
108108
# via
109109
# mkdocs-material
110110
# mkdocstrings
111-
pyspark==3.3.1
111+
pyspark==3.3.2
112112
# via -r spark.in
113113
python-dateutil==2.8.2
114114
# via ghp-import

.requirements/spark.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#
77
py4j==0.10.9.5
88
# via pyspark
9-
pyspark==3.2.2
9+
pyspark==3.3.2
1010
# via -r spark.in

0 commit comments

Comments
 (0)