From 27f64b6a02b301fece39dc919e80777fc6c1a29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:15:55 +0000 Subject: [PATCH] Update pyspark requirement from >=4.0.0 to >=4.1.1 in /python/geobrix Updates the requirements on [pyspark](https://github.com/apache/spark) to permit the latest version. - [Commits](https://github.com/apache/spark/compare/v4.0.0...v4.1.1) --- updated-dependencies: - dependency-name: pyspark dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/geobrix/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/geobrix/pyproject.toml b/python/geobrix/pyproject.toml index dd8afe7..74f75f4 100644 --- a/python/geobrix/pyproject.toml +++ b/python/geobrix/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ 'Operating System :: OS Independent' ] dependencies = [ - "pyspark>=4.0.0", + "pyspark>=4.1.1", ] [project.urls]