From b75efcaa3eb6fc729e1c9d8069dbe73709e1501e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 06:59:52 +0000 Subject: [PATCH] chore(deps): bump the pip group across 5 directories with 1 update Bumps the pip group with 1 update in the /lambda/inventory_management directory: [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/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 `requests` from 2.31.0 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.31.0...v2.33.0) Updates `requests` from 2.31.0 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.31.0...v2.33.0) Updates `requests` from 2.31.0 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.31.0...v2.33.0) Updates `requests` from 2.31.0 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.31.0...v2.33.0) Updates `requests` from 2.31.0 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.31.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- lambda/inventory_management/requirements.txt | 2 +- lambda/layers/common/requirements.txt | 2 +- lambda/pagerduty_integration/requirements.txt | 2 +- lambda/procurement_service/requirements.txt | 2 +- lambda/supplier_management/requirements.txt | 2 +- lambda/websocket_ordering/requirements.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lambda/inventory_management/requirements.txt b/lambda/inventory_management/requirements.txt index 168fe29f..653d6b24 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.33.0 numpy==1.24.3 pandas==2.0.3 scikit-learn==1.3.0 \ No newline at end of file diff --git a/lambda/layers/common/requirements.txt b/lambda/layers/common/requirements.txt index 35a6a8b5..33508627 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.33.0 # Data validation pydantic==2.5.0 diff --git a/lambda/pagerduty_integration/requirements.txt b/lambda/pagerduty_integration/requirements.txt index 028313ed..ba24f213 100644 --- a/lambda/pagerduty_integration/requirements.txt +++ b/lambda/pagerduty_integration/requirements.txt @@ -1,3 +1,3 @@ -requests==2.31.0 +requests==2.33.0 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..4881ac23 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.33.0 \ No newline at end of file diff --git a/lambda/supplier_management/requirements.txt b/lambda/supplier_management/requirements.txt index 1e3ecbac..93826483 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.33.0 \ No newline at end of file diff --git a/lambda/websocket_ordering/requirements.txt b/lambda/websocket_ordering/requirements.txt index c4d85b1f..6b681baa 100644 --- a/lambda/websocket_ordering/requirements.txt +++ b/lambda/websocket_ordering/requirements.txt @@ -4,4 +4,4 @@ # - PyJWT # Function-specific dependencies -cryptography>=42.0.0,<44 +cryptography>=42.0.0,<47