From 5ecbce9f2bcf5d149a48076f76303ceefb44a347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:06:53 +0000 Subject: [PATCH] chore(deps): bump the pip group across 8 directories with 3 updates Bumps the pip group with 1 update in the /config directory: [black](https://github.com/psf/black). Bumps the pip group with 1 update in the /lambda/demand_forecasting directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn). Bumps the pip group with 2 updates in the /lambda/inventory_management directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /lambda/layers/common directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /lambda/layers/ml directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn). Bumps the pip group with 1 update in the /lambda/pagerduty_integration directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /lambda/procurement_service directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /lambda/supplier_management directory: [requests](https://github.com/psf/requests). Updates `black` from 24.1.1 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.1.1...24.3.0) Updates `scikit-learn` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.0...1.5.0) Updates `scikit-learn` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.0...1.5.0) Updates `requests` from 2.31.0 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.31.0...v2.32.4) Updates `requests` from 2.31.0 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.31.0...v2.32.4) Updates `scikit-learn` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.0...1.5.0) Updates `requests` from 2.31.0 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.31.0...v2.32.4) Updates `requests` from 2.31.0 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.31.0...v2.32.4) Updates `requests` from 2.31.0 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.31.0...v2.32.4) --- updated-dependencies: - dependency-name: black dependency-version: 24.3.0 dependency-type: direct:development dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- config/requirements-dev.txt | 2 +- lambda/demand_forecasting/requirements.txt | 2 +- lambda/inventory_management/requirements.txt | 4 ++-- lambda/layers/common/requirements.txt | 2 +- lambda/layers/ml/requirements.txt | 2 +- lambda/pagerduty_integration/requirements.txt | 2 +- lambda/procurement_service/requirements.txt | 2 +- lambda/supplier_management/requirements.txt | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/requirements-dev.txt b/config/requirements-dev.txt index 59cfb376..508980ac 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -3,7 +3,7 @@ # Code Quality Tools pylint==3.0.3 -black==24.1.1 +black==24.3.0 isort==5.13.2 mypy==1.8.0 diff --git a/lambda/demand_forecasting/requirements.txt b/lambda/demand_forecasting/requirements.txt index 4b0f2eaa..f5aace83 100644 --- a/lambda/demand_forecasting/requirements.txt +++ b/lambda/demand_forecasting/requirements.txt @@ -3,5 +3,5 @@ botocore==1.45.30 python-dateutil==2.8.2 numpy==1.24.3 pandas==2.0.3 -scikit-learn==1.3.0 +scikit-learn==1.5.0 joblib==1.3.2 \ No newline at end of file diff --git a/lambda/inventory_management/requirements.txt b/lambda/inventory_management/requirements.txt index 168fe29f..9b011eaa 100644 --- a/lambda/inventory_management/requirements.txt +++ b/lambda/inventory_management/requirements.txt @@ -1,7 +1,7 @@ boto3==1.42.30 botocore==1.45.30 python-dateutil==2.8.2 -requests==2.31.0 +requests==2.32.4 numpy==1.24.3 pandas==2.0.3 -scikit-learn==1.3.0 \ No newline at end of file +scikit-learn==1.5.0 \ No newline at end of file diff --git a/lambda/layers/common/requirements.txt b/lambda/layers/common/requirements.txt index 35a6a8b5..b2ac43d9 100644 --- a/lambda/layers/common/requirements.txt +++ b/lambda/layers/common/requirements.txt @@ -6,7 +6,7 @@ boto3==1.34.0 botocore==1.34.0 # HTTP requests -requests==2.31.0 +requests==2.32.4 # Data validation pydantic==2.5.0 diff --git a/lambda/layers/ml/requirements.txt b/lambda/layers/ml/requirements.txt index 9a6d86a1..a1e79b35 100644 --- a/lambda/layers/ml/requirements.txt +++ b/lambda/layers/ml/requirements.txt @@ -2,7 +2,7 @@ # This layer includes machine learning and data science libraries # Core ML libraries -scikit-learn==1.3.0 +scikit-learn==1.5.0 numpy==1.24.3 pandas==2.0.3 scipy==1.11.1 diff --git a/lambda/pagerduty_integration/requirements.txt b/lambda/pagerduty_integration/requirements.txt index 028313ed..71be6626 100644 --- a/lambda/pagerduty_integration/requirements.txt +++ b/lambda/pagerduty_integration/requirements.txt @@ -1,3 +1,3 @@ -requests==2.31.0 +requests==2.32.4 boto3==1.34.0 botocore==1.34.0 \ No newline at end of file diff --git a/lambda/procurement_service/requirements.txt b/lambda/procurement_service/requirements.txt index 5d62f5dd..0387144c 100644 --- a/lambda/procurement_service/requirements.txt +++ b/lambda/procurement_service/requirements.txt @@ -1,4 +1,4 @@ boto3==1.34.0 botocore==1.34.0 python-dateutil==2.8.2 -requests==2.31.0 \ No newline at end of file +requests==2.32.4 \ No newline at end of file diff --git a/lambda/supplier_management/requirements.txt b/lambda/supplier_management/requirements.txt index 1e3ecbac..ce3a35f6 100644 --- a/lambda/supplier_management/requirements.txt +++ b/lambda/supplier_management/requirements.txt @@ -1,4 +1,4 @@ boto3==1.42.30 botocore==1.45.30 python-dateutil==2.8.2 -requests==2.31.0 \ No newline at end of file +requests==2.32.4 \ No newline at end of file