From f5286e03273e8b6238a9e7513f716cf24cf5f55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:44:47 +0000 Subject: [PATCH] Bump mlflow in /modules/protein_studies/boltz/boltz_1/dbboltz Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.15.1 to 3.5.0. - [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.15.1...v3.5.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/protein_studies/boltz/boltz_1/dbboltz/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/protein_studies/boltz/boltz_1/dbboltz/pyproject.toml b/modules/protein_studies/boltz/boltz_1/dbboltz/pyproject.toml index 9c6f6bf3..1e7e65fb 100644 --- a/modules/protein_studies/boltz/boltz_1/dbboltz/pyproject.toml +++ b/modules/protein_studies/boltz/boltz_1/dbboltz/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "sentence-transformers>=2.7", "pyspark", "pandas", - "mlflow==2.15.1", + "mlflow==3.5.0", "cloudpickle==2.2.1", ]