From 0d27709040a136154e03b0377b4b9d1fbdad3435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:47:32 +0000 Subject: [PATCH] build(deps): bump mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 3.9.0 to 3.11.0rc1. - [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.9.0...v3.11.0rc1) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.11.0rc1 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 ca836da..3ac9348 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.11.0 torchvision==0.26.0 # the below are used by AML, can be deleted if not using AML -mlflow==3.9.0 +mlflow==3.11.0rc1 azureml-mlflow==1.62.0.post2