From 709f12847b2b73cac3ed78c028edbf0f5c273b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 13:09:11 +0000 Subject: [PATCH] Bump the straightforward-dependencies group across 3 directories with 7 updates Bumps the straightforward-dependencies group with 1 update in the / directory: [redshift-connector](https://github.com/aws/amazon-redshift-python-driver). Bumps the straightforward-dependencies group with 6 updates in the /lambdas directory: | Package | From | To | | --- | --- | --- | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.187.0` | `2.196.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.2` | `2.7.0` | | [s3fs](https://github.com/fsspec/s3fs) | `2026.2.0` | `2026.4.0` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.34.2` | | [httplib2](https://github.com/httplib2/httplib2) | `0.31.0` | `0.31.2` | | [numpy](https://github.com/numpy/numpy) | `2.3.5` | `2.4.5` | Bumps the straightforward-dependencies group with 1 update in the /scripts directory: [redshift-connector](https://github.com/aws/amazon-redshift-python-driver). Updates `redshift-connector` from 2.1.10 to 2.1.13 - [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases) - [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/amazon-redshift-python-driver/compare/v2.1.10...v2.1.13) Updates `google-api-python-client` from 2.187.0 to 2.196.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.187.0...v2.196.0) Updates `urllib3` from 2.6.2 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.2...2.7.0) Updates `s3fs` from 2026.2.0 to 2026.4.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/compare/2026.2.0...2026.4.0) Updates `requests` from 2.32.5 to 2.34.2 - [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.5...v2.34.2) Updates `httplib2` from 0.31.0 to 0.31.2 - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](https://github.com/httplib2/httplib2/compare/v0.31.0...v0.31.2) Updates `numpy` from 2.3.5 to 2.4.5 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.3.5...v2.4.5) Updates `redshift-connector` from 2.1.10 to 2.1.13 - [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases) - [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/amazon-redshift-python-driver/compare/v2.1.10...v2.1.13) --- updated-dependencies: - dependency-name: redshift-connector dependency-version: 2.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies - dependency-name: google-api-python-client dependency-version: 2.196.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: s3fs dependency-version: 2026.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: httplib2 dependency-version: 0.31.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies - dependency-name: numpy dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: redshift-connector dependency-version: 2.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies ... Signed-off-by: dependabot[bot] --- lambdas/lambda_layers/requirements2.txt | 4 ++-- lambdas/lambda_layers/requirements4.txt | 2 +- lambdas/lambda_layers/requirements5.txt | 2 +- lambdas/lambda_layers/requirements6.txt | 2 +- lambdas/lambda_layers/requirements7.txt | 2 +- scripts/requirements.build.txt | 2 +- scripts/requirements.test.txt | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lambdas/lambda_layers/requirements2.txt b/lambdas/lambda_layers/requirements2.txt index a0e176237..2bbf1078f 100644 --- a/lambdas/lambda_layers/requirements2.txt +++ b/lambdas/lambda_layers/requirements2.txt @@ -1,2 +1,2 @@ -requests==2.32.5 -httplib2==0.31.0 \ No newline at end of file +requests==2.34.2 +httplib2==0.31.2 \ No newline at end of file diff --git a/lambdas/lambda_layers/requirements4.txt b/lambdas/lambda_layers/requirements4.txt index 4d02e732e..e0495f09e 100644 --- a/lambdas/lambda_layers/requirements4.txt +++ b/lambdas/lambda_layers/requirements4.txt @@ -1 +1 @@ -numpy==2.3.5 \ No newline at end of file +numpy==2.4.5 \ No newline at end of file diff --git a/lambdas/lambda_layers/requirements5.txt b/lambdas/lambda_layers/requirements5.txt index c7165702b..840622f0f 100644 --- a/lambdas/lambda_layers/requirements5.txt +++ b/lambdas/lambda_layers/requirements5.txt @@ -1,4 +1,4 @@ gspread==6.2.1 oauth2client==4.1.3 -google-api-python-client==2.187.0 +google-api-python-client==2.196.0 yagmail==0.15.293 \ No newline at end of file diff --git a/lambdas/lambda_layers/requirements6.txt b/lambdas/lambda_layers/requirements6.txt index 1182cb2f3..144dc4ab0 100644 --- a/lambdas/lambda_layers/requirements6.txt +++ b/lambdas/lambda_layers/requirements6.txt @@ -1 +1 @@ -urllib3==2.6.2 \ No newline at end of file +urllib3==2.7.0 \ No newline at end of file diff --git a/lambdas/lambda_layers/requirements7.txt b/lambdas/lambda_layers/requirements7.txt index ec84af9ec..63d8f0edc 100644 --- a/lambdas/lambda_layers/requirements7.txt +++ b/lambdas/lambda_layers/requirements7.txt @@ -1 +1 @@ -s3fs==2026.2.0 \ No newline at end of file +s3fs==2026.4.0 \ No newline at end of file diff --git a/scripts/requirements.build.txt b/scripts/requirements.build.txt index 623e0a67c..9c45efba1 100644 --- a/scripts/requirements.build.txt +++ b/scripts/requirements.build.txt @@ -1,4 +1,4 @@ setuptools wheel boto3 -redshift-connector==2.1.10 # used to connect with redshift +redshift-connector==2.1.13 # used to connect with redshift diff --git a/scripts/requirements.test.txt b/scripts/requirements.test.txt index e7af402c6..c8433d917 100644 --- a/scripts/requirements.test.txt +++ b/scripts/requirements.test.txt @@ -4,4 +4,4 @@ pytest-mock pydeequ # Explicitly set urllib3 version compatible with botocore to pass CI tests urllib3>=1.25.4,<2.7 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt -redshift-connector==2.1.10 # used to connect with redshift +redshift-connector==2.1.13 # used to connect with redshift