From 5f5baa3d04404d9da6fb27f9fa1c41c612b8d4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:15:24 +0000 Subject: [PATCH] Bump the straightforward-dependencies group across 3 directories with 2 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 1 update in the /lambdas directory: [urllib3](https://github.com/urllib3/urllib3). 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.8 to 2.1.10 - [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.8...v2.1.10) Updates `urllib3` from 2.6.0 to 2.6.2 - [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.0...2.6.2) Updates `redshift-connector` from 2.1.8 to 2.1.10 - [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.8...v2.1.10) --- updated-dependencies: - dependency-name: redshift-connector dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies - dependency-name: urllib3 dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies - dependency-name: redshift-connector dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies ... Signed-off-by: dependabot[bot] --- lambdas/lambda_layers/requirements6.txt | 2 +- scripts/requirements.test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lambdas/lambda_layers/requirements6.txt b/lambdas/lambda_layers/requirements6.txt index 8d35fc58c..1182cb2f3 100644 --- a/lambdas/lambda_layers/requirements6.txt +++ b/lambdas/lambda_layers/requirements6.txt @@ -1 +1 @@ -urllib3==2.6.0 \ No newline at end of file +urllib3==2.6.2 \ No newline at end of file diff --git a/scripts/requirements.test.txt b/scripts/requirements.test.txt index 9e2e71efa..e7af402c6 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.8 # used to connect with redshift +redshift-connector==2.1.10 # used to connect with redshift