From 5474dfa3e7ab95c7d9363426edc8b163c9c4b346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:53:09 +0000 Subject: [PATCH] Build(deps): Bump the pip group across 2 directories with 2 updates Bumps the pip group with 1 update in the /pipelines/core_entities directory: [pyspark](https://github.com/apache/spark). Bumps the pip group with 2 updates in the /pipelines/matrix directory: [pyspark](https://github.com/apache/spark) and [mlflow](https://github.com/mlflow/mlflow). Updates `pyspark` from 3.5.1 to 3.5.2 - [Commits](https://github.com/apache/spark/compare/v3.5.1...v3.5.2) Updates `pyspark` from 3.5.1 to 3.5.2 - [Commits](https://github.com/apache/spark/compare/v3.5.1...v3.5.2) Updates `mlflow` from 2.20.3 to 3.11.1 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/mlflow/mlflow/compare/v2.20.3...v3.11.1) --- updated-dependencies: - dependency-name: pyspark dependency-version: 3.5.2 dependency-type: direct:production dependency-group: pip - dependency-name: pyspark dependency-version: 3.5.2 dependency-type: direct:production dependency-group: pip - dependency-name: mlflow dependency-version: 3.11.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pipelines/core_entities/pyproject.toml | 4 ++-- pipelines/matrix/pyproject.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pipelines/core_entities/pyproject.toml b/pipelines/core_entities/pyproject.toml index f1611d113..614e5c6e2 100644 --- a/pipelines/core_entities/pyproject.toml +++ b/pipelines/core_entities/pyproject.toml @@ -70,7 +70,7 @@ dependencies = [ "jmespath", "jupyter_client", "jupyter_core", - "jupyterlab>=3.0", + "jupyterlab>=4.5.8", "jupyterlab_widgets", "kedro>=0.19.15", "kedro-datasets>=6.0.0", @@ -127,7 +127,7 @@ dependencies = [ "pydantic_settings", "pyoxigraph", "Pygments", - "pyspark==3.5.1", + "pyspark==3.5.2", "pytest", "pytest-cov", "python-dateutil", diff --git a/pipelines/matrix/pyproject.toml b/pipelines/matrix/pyproject.toml index 8b8e6106d..6721a966a 100644 --- a/pipelines/matrix/pyproject.toml +++ b/pipelines/matrix/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "ipython>=8.10", "ipywidgets", "jsonpath-ng", - "jupyterlab>=3.0", + "jupyterlab>=4.5.8", "kedro-datasets>=6.0.0", "kedro-telemetry>=0.3.1", "kedro-viz>=11.0.0", @@ -59,7 +59,7 @@ dependencies = [ "langchain", "langchain-openai", "matplotlib", - "mlflow==2.20.3", + "mlflow==3.11.1", "neo4j>=5.5.0", "notebook", "numpy==1.24.4", # This was pinned during refit refactor; fabricator pipeline fails on 1.26.4 @@ -69,9 +69,9 @@ dependencies = [ "pandas>=2.1.1", #due to pandera requiring this or higher "polars-lts-cpu>=1.30.0", "proto-plus==1.24.0.dev1", # Temp. fix for the gcloud cli - "pyarrow>=14.0.2", + "pyarrow>=24.0.0", "gspread>=6.2.1", - "pyspark==3.5.1", + "pyspark==3.5.2", "rustworkx>=0.15.0", "python-cypher==0.20.1", "responses",