From 1170a43c1d67dbed86e46e224e470108f0a3e1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:49:05 +0000 Subject: [PATCH] Bump mlflow from 2.2.1 to 2.3.1 in /cv/aml-cli-v2/data-science Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.2.1 to 2.3.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/v2.2.1...v2.3.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cv/aml-cli-v2/data-science/environment/requirements.txt | 2 +- cv/aml-cli-v2/data-science/requirements-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cv/aml-cli-v2/data-science/environment/requirements.txt b/cv/aml-cli-v2/data-science/environment/requirements.txt index 7171fec..f71e316 100644 --- a/cv/aml-cli-v2/data-science/environment/requirements.txt +++ b/cv/aml-cli-v2/data-science/environment/requirements.txt @@ -4,7 +4,7 @@ torch==1.13.1 transformers==4.18.0 # for metrics reporting/plotting -mlflow==2.2.1 +mlflow==2.3.1 azureml-mlflow==1.41.0 matplotlib==3.5.2 tqdm==4.64.0 diff --git a/cv/aml-cli-v2/data-science/requirements-tests.txt b/cv/aml-cli-v2/data-science/requirements-tests.txt index 0ff6b5a..e2af0c2 100644 --- a/cv/aml-cli-v2/data-science/requirements-tests.txt +++ b/cv/aml-cli-v2/data-science/requirements-tests.txt @@ -6,7 +6,7 @@ torch==1.13.1 transformers==4.18.0 # for metrics reporting/plotting -mlflow==2.2.1 +mlflow==2.3.1 azureml-mlflow==1.41.0 matplotlib==3.5.2 tqdm==4.64.0