Skip to content

Commit

Permalink
Update pyspark requirement from <3.5.0 to <3.6.0 (#181)
Browse files Browse the repository at this point in the history
Updates the requirements on [pyspark](https://github.com/apache/spark) to permit the latest version.
- [Commits](apache/spark@alpha-0.1...v3.5.0)

---
updated-dependencies:
- dependency-name: pyspark
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 286ea98 commit b3805f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pytest-cov==4.1.0
pytest-xdist==3.5.0
pytest==7.4.4
pyspark==3.2.2; python_version < "3.11"
pyspark<3.5.0; python_version >= "3.11"
pyspark<3.6.0; python_version >= "3.11"

0 comments on commit b3805f4

Please sign in to comment.