From 3cb19df62cd2ee116ab50224396424a153f48ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:19:55 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [mlflow](https://github.com/mlflow/mlflow), [requests](https://github.com/psf/requests) and [python-dotenv](https://github.com/theskumar/python-dotenv). Updates `mlflow` from 3.9.0rc0 to 3.11.0rc1 - [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/v3.9.0rc0...v3.11.0rc1) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) Updates `python-dotenv` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.2) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.11.0rc1 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3fecff1..8bc0f26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ scikit-learn==1.5.0 xgboost==2.0.3 lightgbm==4.6.0 catboost==1.2.7 -mlflow==3.9.0rc0 # Model tracking +mlflow==3.11.0rc1 # Model tracking # seldon-core==2.9.0 # Model serving # Deep Learning @@ -27,7 +27,7 @@ mlflow==3.9.0rc0 # Model tracking # APIs & Web Services fastapi==0.111.0 uvicorn==0.28.0 # Downgraded to compatible version (NOT 0.29.0) -requests==2.32.4 +requests==2.33.0 boto3==1.34.0 # Geospatial & Routing @@ -48,7 +48,7 @@ dask==2024.5.1 # Parallel processing faust-streaming[rocksdb]==0.11.3 # Streaming application # Utilities -python-dotenv==1.0.1 # Environment management +python-dotenv==1.2.2 # Environment management pyyaml==6.0.1 # Configuration files click==8.1.7 # Latest compatible version for dask and prefect referencing==0.36.2