From 5e4261d333b52006bf99c6276d0a32687a00f74c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:11:35 +0000 Subject: [PATCH] Bump mlflow from 1.3.0 to 1.23.1 Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.3.0 to 1.23.1. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mlflow/mlflow/compare/v1.3.0...v1.23.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 43834f8..50ed283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ Mako==1.1.0 Markdown==3.1.1 MarkupSafe==1.1.1 micro-toolkit==0.5.0 -mlflow==1.3.0 +mlflow==1.23.1 more-itertools==8.1.0 numpy==1.18.1 opt-einsum==3.1.0 diff --git a/setup.py b/setup.py index b684261..9525130 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "deliverable-model", "gunicorn", "micro_toolkit", - "mlflow==1.3.0", + "mlflow==1.23.1", ]