From 3b1c9dd11e1820fed7ebe242c3fba231f08c647f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 08:31:49 +0000 Subject: [PATCH 1/2] Bump mlflow from 2.11.1 to 2.12.1 Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.11.1 to 2.12.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.11.1...v2.12.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb5e72e2..80114f18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ geopandas==0.14.2 lightly==1.4.25 h5py==3.10.0 geobench==1.0.0 -mlflow==2.11.1 +mlflow==2.12.1 From 9955cfe5dda6b70d8828b4bb71f219ddbb1fd9c4 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Fri, 17 May 2024 10:34:28 +0200 Subject: [PATCH 2/2] also bump pyproject.toml Signed-off-by: Carlos Gomes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccf2da64..133abf74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "lightly>=1.4.25", "h5py>=3.10.0", "geobench>=1.0.0", - "mlflow>=2.11.1" + "mlflow>=2.12.1" ] [project.optional-dependencies]