Skip to content

Commit

Permalink
Bump pyspark from 3.2.2 to 3.3.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 48ed442 commit 6953085
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
python = ">=3.8,<4"
numpy = ">=1.14.1"
pandas = ">=0.23.0"
pyspark = { version = ">=2.4.7, <3.3.0", optional = true }
pyspark = { version = ">=2.4.7,<3.4.0", optional = true }

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
Expand Down

0 comments on commit 6953085

Please sign in to comment.