From 385ee3e45d5590926df309ebd69d811ff24abcbe Mon Sep 17 00:00:00 2001 From: "test-renovate-bot-ivanzati[bot]" <254672927+test-renovate-bot-ivanzati[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 10:43:58 +0000 Subject: [PATCH] chore(deps): update dependency mlflow to v3 [security] Signed-off-by: test-renovate-bot-ivanzati[bot] <254672927+test-renovate-bot-ivanzati[bot]@users.noreply.github.com> --- lib/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pyproject.toml b/lib/pyproject.toml index 5446d57cab5..933d146db5a 100644 --- a/lib/pyproject.toml +++ b/lib/pyproject.toml @@ -100,7 +100,7 @@ ci_benchmark = [ "pandas<2.4", # To avoid conflict with nncf==2.9.0 "matplotlib==3.10.1", "openpyxl==3.1.5", - "mlflow==2.21.3", + "mlflow==3.5.0", "py-cpuinfo==9.0.0", ]