From a75c2066d091ab6a0873697d1b3d24ddf14a5866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 18:51:55 +0000 Subject: [PATCH] Bump mlflow from 3.0.0 to 3.1.0 in /mlflow/dlc-with-mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 3.0.0 to 3.1.0. - [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.0.0...v3.1.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mlflow/dlc-with-mlflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlflow/dlc-with-mlflow/requirements.txt b/mlflow/dlc-with-mlflow/requirements.txt index 13a86a0..c25f7a8 100644 --- a/mlflow/dlc-with-mlflow/requirements.txt +++ b/mlflow/dlc-with-mlflow/requirements.txt @@ -4,5 +4,5 @@ matplotlib==3.10.5 seaborn==0.13.2 boto3==1.40.20 sagemaker-mlflow==0.1.0 -mlflow==3.0.0 +mlflow==3.1.0 joblib==1.5.2 \ No newline at end of file