From 659f335d8c7bfa700658c4b8b94e1c1c22dedc0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:29:22 +0000 Subject: [PATCH] Update kedro-mlflow requirement from >=2.0.2 to >=2.0.3 in /argo-test Updates the requirements on [kedro-mlflow](https://github.com/Galileo-Galilei/kedro-mlflow) to permit the latest version. - [Release notes](https://github.com/Galileo-Galilei/kedro-mlflow/releases) - [Changelog](https://github.com/Galileo-Galilei/kedro-mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/Galileo-Galilei/kedro-mlflow/compare/2.0.2...2.0.3) --- updated-dependencies: - dependency-name: kedro-mlflow dependency-version: 2.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- argo-test/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argo-test/pyproject.toml b/argo-test/pyproject.toml index 0ec68b7..237bf0a 100644 --- a/argo-test/pyproject.toml +++ b/argo-test/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "fsspec", "pandas>=2.3.3", "proto-plus==1.27.2", - "kedro-mlflow>=2.0.2", + "kedro-mlflow>=2.0.3", "mlflow>=3.10.1", ]