From 561d03d9f4ff960a042452dc4559cfe9a061d49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 15:47:30 +0100 Subject: [PATCH] Bump mlflow-skinny from 1.23.1 to 1.26.1 (#6) Bumps [mlflow-skinny](https://github.com/mlflow/mlflow) from 1.23.1 to 1.26.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/v1.23.1...v1.26.1) --- updated-dependencies: - dependency-name: mlflow-skinny dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: milos-colic <75583254+milos-colic@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 601c0e1..63b3e43 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "pandas", "cloudpickle==1.6.0", "delta-sharing==0.4.0", - "mlflow-skinny==1.23.1", + "mlflow-skinny==1.26.1", ], classifiers=[ 'Programming Language :: Python :: 3',