From 044f94a0941390ffe273b67db1f27618c44bcf47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:21:56 +0000 Subject: [PATCH] Bump mlflow from 2.9.2 to 2.10.0 in /financial_transcripts/deploy/flow Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.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.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- financial_transcripts/deploy/flow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/financial_transcripts/deploy/flow/requirements.txt b/financial_transcripts/deploy/flow/requirements.txt index eb6a811..bbdcd8b 100644 --- a/financial_transcripts/deploy/flow/requirements.txt +++ b/financial_transcripts/deploy/flow/requirements.txt @@ -2,7 +2,7 @@ numpy==1.24.4 openai==1.6.1 python-dotenv==1.0.0 scikit-learn==1.3.0 -mlflow==2.9.2 +mlflow==2.10.0 requests==2.31.0 pyyaml==6.0.1 psycopg2-binary==2.9.6