From 48276aed2c84436a5cf5c59a82a5f8da45f3d71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:57:03 +0000 Subject: [PATCH] Bump mlflow from 2.10.0 to 2.11.1 in /requirements Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.10.0 to 2.11.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.10.0...v2.11.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- requirements/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index c0d171685..a7d4df924 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -10,7 +10,7 @@ inputimeout==1.0.4 ipykernel==6.29.3 lightly==1.4.25 matplotlib==3.8.2 -mlflow==2.10.0 +mlflow==2.11.1 nptyping==2.5.0 numba>=0.57.0 # not directly required but pinned to ensure Python 3.11 compatibility. numpy==1.26.3 diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index f4082328a..506e74800 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -13,7 +13,7 @@ internet-sabotage3==0.1.6 ipykernel==6.29.3 lightly==1.4.25 matplotlib==3.8.2 -mlflow==2.10.0 +mlflow==2.11.1 mypy==1.8.0 myst_parser==2.0.0 nptyping==2.5.0