From 59acbfebe74acc3390978e672cdc1259413b4d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:59:32 +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.2) --- updated-dependencies: - dependency-name: redshift-connector dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 036ac30fb..d4efbf5f5 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def _plugin_version() -> str: "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.3", # 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 62f663800413df24f0a0ff911f77cf6b8a15500e Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 19 Jul 2024 19:59:53 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240719-195950.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240719-195950.yaml diff --git a/.changes/unreleased/Dependencies-20240719-195950.yaml b/.changes/unreleased/Dependencies-20240719-195950.yaml new file mode 100644 index 000000000..4f65de8fd --- /dev/null +++ b/.changes/unreleased/Dependencies-20240719-195950.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.3" +time: 2024-07-19T19:59:50.00000Z +custom: + Author: dependabot[bot] + PR: 877