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",