From f605042d90d89c36f08f130d1afc42b21a3f6a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 09:24:05 +0000 Subject: [PATCH] Bump the straightforward-dependencies group across 3 directories with 3 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 2 updates in the /lambdas directory: [google-api-python-client](https://github.com/googleapis/google-api-python-client) and [s3fs](https://github.com/fsspec/s3fs). 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.6 to 2.1.7 - [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.6...v2.1.7) Updates `google-api-python-client` from 2.169.0 to 2.170.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.169.0...v2.170.0) Updates `s3fs` from 2025.3.2 to 2025.5.1 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/compare/2025.3.2...2025.5.1) Updates `redshift-connector` from 2.1.6 to 2.1.7 - [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.6...v2.1.7) --- updated-dependencies: - dependency-name: redshift-connector dependency-version: 2.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies - dependency-name: google-api-python-client dependency-version: 2.170.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: s3fs dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: redshift-connector dependency-version: 2.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies ... Signed-off-by: dependabot[bot] --- lambdas/lambda_layers/requirements5.txt | 2 +- lambdas/lambda_layers/requirements7.txt | 2 +- scripts/requirements.build.txt | 2 +- scripts/requirements.test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lambdas/lambda_layers/requirements5.txt b/lambdas/lambda_layers/requirements5.txt index 73c8d4933..0d054c48b 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.169.0 +google-api-python-client==2.170.0 yagmail==0.15.293 \ No newline at end of file diff --git a/lambdas/lambda_layers/requirements7.txt b/lambdas/lambda_layers/requirements7.txt index 277dfa2ca..b6d51dc77 100644 --- a/lambdas/lambda_layers/requirements7.txt +++ b/lambdas/lambda_layers/requirements7.txt @@ -1 +1 @@ -s3fs==2025.3.2 \ No newline at end of file +s3fs==2025.5.1 \ No newline at end of file diff --git a/scripts/requirements.build.txt b/scripts/requirements.build.txt index 4be84c171..df85517ea 100644 --- a/scripts/requirements.build.txt +++ b/scripts/requirements.build.txt @@ -1,4 +1,4 @@ setuptools wheel boto3 -redshift-connector==2.1.6 # used to connect with redshift +redshift-connector==2.1.7 # used to connect with redshift diff --git a/scripts/requirements.test.txt b/scripts/requirements.test.txt index 8c18c11d5..fdc43594d 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.4 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt -redshift-connector==2.1.6 # used to connect with redshift +redshift-connector==2.1.7 # used to connect with redshift