From 3276707c6d1c5876060bfcff924bf6f593a39168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:10:43 +0000 Subject: [PATCH 1/2] Update redshift-connector requirement Updates the requirements on [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) to permit the latest version. - [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.0.913...v2.1.4) --- updated-dependencies: - dependency-name: redshift-connector dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 210dbe478..518c61d6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "dbt-postgres>=1.8,<1.10", # dbt-redshift depends deeply on this package. it does not follow SemVer, therefore there have been breaking changes in previous patch releases # Pin to the patch or minor version, and bump in each new minor version of dbt-redshift. - "redshift-connector<2.1.1,>=2.0.913,!=2.0.914", + "redshift-connector>=2.0.913,!=2.0.914,<2.1.5", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0b3", # installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core From 0215b6b695a5999a7469d86843d061029578cc75 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 11 Dec 2024 19:11:04 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20241211-191102.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20241211-191102.yaml diff --git a/.changes/unreleased/Dependencies-20241211-191102.yaml b/.changes/unreleased/Dependencies-20241211-191102.yaml new file mode 100644 index 000000000..ffc229a04 --- /dev/null +++ b/.changes/unreleased/Dependencies-20241211-191102.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update redshift-connector requirement from !=2.0.914,<2.1.1,>=2.0.913 to >=2.0.913,!=2.0.914,<2.1.5" +time: 2024-12-11T19:11:02.00000Z +custom: + Author: dependabot[bot] + PR: 965