From 94b80cdcbf940d9dda517934e5f0fb3ff632773a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 04:44:59 +0000 Subject: [PATCH] Update mlflow requirement from <4,>=3.1 to >=3.15.1,<4 Updates the requirements on [mlflow](https://github.com/mlflow/mlflow) to permit the latest version. - [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/v3.1.0...v3.15.1) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 0109ab76..4c539706 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,4 +2,4 @@ pytest==7.4.4 pytest-black==0.6.0 # Intentionally tests against current MLflow 3.x; upper bound guards against a # breaking major-version bump landing silently in CI. -mlflow>=3.1,<4 +mlflow>=3.15.1,<4