From 805bfb54f408583ae3a61c4df08e3cc1637e019f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 05:03:06 +0000 Subject: [PATCH] build(deps): bump mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.21.3 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/v2.21.3...v3.1.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/sample_pytorch_gpu_project/.devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt index ff39e67..f9c57ae 100644 --- a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt +++ b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt @@ -1,5 +1,5 @@ torch==2.7.0 torchvision==0.22.0 # the below are used by AML, can be deleted if not using AML -mlflow==2.21.3 +mlflow==3.1.0 azureml-mlflow==1.60.0