From ccb9ca0e0041c564e45a662288b095b140b4ca75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 19:37:10 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [prefect](https://github.com/PrefectHQ/prefect) and [mlflow](https://github.com/mlflow/mlflow). Updates `prefect` from 3.4.14 to 3.6.28.dev2 - [Release notes](https://github.com/PrefectHQ/prefect/releases) - [Commits](https://github.com/PrefectHQ/prefect/compare/3.4.14...3.6.28.dev2) Updates `mlflow` from 3.11.0rc1 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/v3.11.0rc1...v3.11.1) --- updated-dependencies: - dependency-name: prefect dependency-version: 3.6.28.dev2 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] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8bc0f26..20035a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pandas==2.2.2 numpy==1.26.4 jsonschema==4.18.0 # Explicitly pinned to compatible version # apache-airflow==2.9.1 # Removed due to SQLAlchemy conflicts -prefect==3.4.14 # Orchestration +prefect==3.6.28.dev2 # Orchestration sqlalchemy==2.0.29 # Explicitly set to compatible version kafka==1.3.5 # Stream processing # kafka-python==2.0.2 # Alternative stream processing @@ -17,7 +17,7 @@ scikit-learn==1.5.0 xgboost==2.0.3 lightgbm==4.6.0 catboost==1.2.7 -mlflow==3.11.0rc1 # Model tracking +mlflow==3.11.1 # Model tracking # seldon-core==2.9.0 # Model serving # Deep Learning