From da8e6deb852da572d929a2f8d400122ce7d93d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:58:39 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.4.2` | `1.5.0` | | [lightgbm](https://github.com/microsoft/LightGBM) | `4.3.0` | `4.6.0` | | [mlflow](https://github.com/mlflow/mlflow) | `2.13.0` | `3.9.0rc0` | | [requests](https://github.com/psf/requests) | `2.32.2` | `2.32.4` | | [geopandas](https://github.com/geopandas/geopandas) | `0.14.4` | `1.1.2` | Updates `scikit-learn` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.2...1.5.0) Updates `lightgbm` from 4.3.0 to 4.6.0 - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v4.3.0...v4.6.0) Updates `mlflow` from 2.13.0 to 3.9.0rc0 - [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.13.0...v3.9.0rc0) Updates `requests` from 2.32.2 to 2.32.4 - [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.2...v2.32.4) Updates `geopandas` from 0.14.4 to 1.1.2 - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md) - [Commits](https://github.com/geopandas/geopandas/compare/v0.14.4...v1.1.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: lightgbm dependency-version: 4.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: mlflow dependency-version: 3.9.0rc0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: geopandas dependency-version: 1.1.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 50d688b..3fecff1 --- a/requirements.txt +++ b/requirements.txt @@ -13,11 +13,11 @@ psycopg2-binary==2.9.9 # PostgreSQL adapter timescaledb==0.0.4 # Time-series extension # Machine Learning -scikit-learn==1.4.2 +scikit-learn==1.5.0 xgboost==2.0.3 -lightgbm==4.3.0 +lightgbm==4.6.0 catboost==1.2.7 -mlflow==2.13.0 # Model tracking +mlflow==3.9.0rc0 # Model tracking # seldon-core==2.9.0 # Model serving # Deep Learning @@ -27,14 +27,14 @@ mlflow==2.13.0 # Model tracking # APIs & Web Services fastapi==0.111.0 uvicorn==0.28.0 # Downgraded to compatible version (NOT 0.29.0) -requests==2.32.2 +requests==2.32.4 boto3==1.34.0 # Geospatial & Routing geopy==2.4.1 osmnx==1.9.1 # OpenStreetMap routing valhalla==0.1.4 # Alternative routing engine -geopandas==0.14.4 +geopandas==1.1.2 # Visualization plotly==5.22.0