From 82b52139c1eb3c09d99fa2ac220a8fa474b8ef27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:47:45 +0000 Subject: [PATCH] Bump mlflow in /deploy-model-with-mlflow/mlflow-sklearn/model_dir Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.22.1 to 2.22.2. - [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.22.1...v2.22.2) --- updated-dependencies: - dependency-name: mlflow dependency-version: 2.22.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../mlflow-sklearn/model_dir/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-model-with-mlflow/mlflow-sklearn/model_dir/requirements.txt b/deploy-model-with-mlflow/mlflow-sklearn/model_dir/requirements.txt index 1ab705b..1cb226c 100644 --- a/deploy-model-with-mlflow/mlflow-sklearn/model_dir/requirements.txt +++ b/deploy-model-with-mlflow/mlflow-sklearn/model_dir/requirements.txt @@ -1,4 +1,4 @@ -mlflow==2.22.1 +mlflow==2.22.2 cloudpickle==3.0.0 lz4==4.4.4 numpy==1.26.4