From eb2429414cf9fae1d08bf1420ebb255589caeba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:34:20 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /lib/python directory: [mlflow](https://github.com/mlflow/mlflow) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `mlflow` from 2.12.1 to 2.22.2 - [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.12.1...v2.22.2) Updates `protobuf` from 3.20.3 to 4.25.8 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.20.3...v4.25.8) --- updated-dependencies: - dependency-name: mlflow dependency-version: 2.22.2 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- lib/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/python/setup.py b/lib/python/setup.py index 9cacc0da3..90006722d 100644 --- a/lib/python/setup.py +++ b/lib/python/setup.py @@ -36,9 +36,9 @@ "boto3", "cloudpickle", "diskcache", - "mlflow==2.12.1", + "mlflow==2.22.2", "paho-mqtt", - "protobuf==3.20.3", + "protobuf==4.25.8", "grpcio==1.53.2", "pydantic<2.0", "gpustat",