From 3faba2f335392bb9d418c96312096920653b295e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:55:48 +0000 Subject: [PATCH] Bump the straightforward-dependencies group across 3 directories with 2 updates (#1994) 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 1 update in the /lambdas directory: [google-api-python-client](https://github.com/googleapis/google-api-python-client). 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.3 to 2.1.4 - [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.3...v2.1.4) Updates `google-api-python-client` from 2.153.0 to 2.154.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.153.0...v2.154.0) Updates `redshift-connector` from 2.1.3 to 2.1.4 - [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.3...v2.1.4) --- updated-dependencies: - dependency-name: redshift-connector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: redshift-connector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/lambda_layers/requirements5.txt | 2 +- scripts/requirements.build.txt | 2 +- scripts/requirements.test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lambdas/lambda_layers/requirements5.txt b/lambdas/lambda_layers/requirements5.txt index 0e6b532ad..e11e72161 100644 --- a/lambdas/lambda_layers/requirements5.txt +++ b/lambdas/lambda_layers/requirements5.txt @@ -1,4 +1,4 @@ gspread==6.1.4 oauth2client==4.1.3 -google-api-python-client==2.153.0 +google-api-python-client==2.154.0 yagmail==0.15.293 \ No newline at end of file diff --git a/scripts/requirements.build.txt b/scripts/requirements.build.txt index 178da8e19..8ee4f05cf 100644 --- a/scripts/requirements.build.txt +++ b/scripts/requirements.build.txt @@ -1,4 +1,4 @@ setuptools wheel boto3 -redshift-connector==2.1.3 # used to connect with redshift +redshift-connector==2.1.4 # used to connect with redshift diff --git a/scripts/requirements.test.txt b/scripts/requirements.test.txt index 58beef213..b1478c3b6 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,<1.27 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt -redshift-connector==2.1.3 # used to connect with redshift +redshift-connector==2.1.4 # used to connect with redshift