From c69edcc580e129e63173ffae68bdc2e573996968 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:07:50 -0400 Subject: [PATCH] fix(deps): Update dependency dbt-core to v1.8.8 (#1131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dbt-core](https://togithub.com/dbt-labs/dbt-core) | patch | `==1.8.7` -> `==1.8.8` | --- ### Release Notes
dbt-labs/dbt-core (dbt-core) ### [`v1.8.8`](https://togithub.com/dbt-labs/dbt-core/releases/tag/v1.8.8): dbt-core v1.8.8 [Compare Source](https://togithub.com/dbt-labs/dbt-core/compare/v1.8.7...v1.8.8) ##### dbt-core 1.8.8 - October 23, 2024 ##### Fixes - Fix unit tests for incremental model with alias ([#​10754](https://togithub.com/dbt-labs/dbt-core/issues/10754)) ##### Under the Hood - Remove support and testing for Python 3.8, which is now EOL. ([#​10861](https://togithub.com/dbt-labs/dbt-core/issues/10861)) ##### Dependencies - Pin dbt-common and dbt-adapters with upper bound. ([#​10895](https://togithub.com/dbt-labs/dbt-core/issues/10895)) ##### Contributors - [@​katsugeneration](https://togithub.com/katsugeneration) ([#​10754](https://togithub.com/dbt-labs/dbt-core/issues/10754))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- transformations/aws/asset-inventory-free/requirements.txt | 2 +- transformations/aws/compliance-premium/requirements.txt | 2 +- transformations/aws/cost/requirements.txt | 2 +- transformations/aws/data-resilience/requirements.txt | 2 +- transformations/aws/encryption/requirements.txt | 2 +- transformations/azure/asset-inventory-free/requirements.txt | 2 +- transformations/azure/compliance-premium/requirements.txt | 2 +- transformations/gcp/asset-inventory-free/requirements.txt | 2 +- transformations/gcp/compliance-premium/requirements.txt | 2 +- transformations/k8s/compliance-premium/requirements.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/transformations/aws/asset-inventory-free/requirements.txt b/transformations/aws/asset-inventory-free/requirements.txt index 6bb28c924..2ded8a926 100644 --- a/transformations/aws/asset-inventory-free/requirements.txt +++ b/transformations/aws/asset-inventory-free/requirements.txt @@ -2,4 +2,4 @@ dbt-postgres==1.8.2 dbt-snowflake==1.8.3 dbt-bigquery==1.8.3 dbt-clickhouse==1.8.4 -dbt-core==1.8.7 \ No newline at end of file +dbt-core==1.8.8 \ No newline at end of file diff --git a/transformations/aws/compliance-premium/requirements.txt b/transformations/aws/compliance-premium/requirements.txt index 1298581b0..cc01efe0b 100644 --- a/transformations/aws/compliance-premium/requirements.txt +++ b/transformations/aws/compliance-premium/requirements.txt @@ -2,4 +2,4 @@ dbt-postgres==1.8.2 dbt-snowflake==1.8.3 dbt-bigquery==1.8.3 dbt-athena-community==1.8.4 -dbt-core==1.8.7 +dbt-core==1.8.8 diff --git a/transformations/aws/cost/requirements.txt b/transformations/aws/cost/requirements.txt index 14ae1aee4..5a234edf9 100644 --- a/transformations/aws/cost/requirements.txt +++ b/transformations/aws/cost/requirements.txt @@ -1,2 +1,2 @@ dbt-postgres==1.8.2 -dbt-core==1.8.7 \ No newline at end of file +dbt-core==1.8.8 \ No newline at end of file diff --git a/transformations/aws/data-resilience/requirements.txt b/transformations/aws/data-resilience/requirements.txt index 14ae1aee4..5a234edf9 100644 --- a/transformations/aws/data-resilience/requirements.txt +++ b/transformations/aws/data-resilience/requirements.txt @@ -1,2 +1,2 @@ dbt-postgres==1.8.2 -dbt-core==1.8.7 \ No newline at end of file +dbt-core==1.8.8 \ No newline at end of file diff --git a/transformations/aws/encryption/requirements.txt b/transformations/aws/encryption/requirements.txt index 14ae1aee4..5a234edf9 100644 --- a/transformations/aws/encryption/requirements.txt +++ b/transformations/aws/encryption/requirements.txt @@ -1,2 +1,2 @@ dbt-postgres==1.8.2 -dbt-core==1.8.7 \ No newline at end of file +dbt-core==1.8.8 \ No newline at end of file diff --git a/transformations/azure/asset-inventory-free/requirements.txt b/transformations/azure/asset-inventory-free/requirements.txt index d3e8087cc..b902536a8 100644 --- a/transformations/azure/asset-inventory-free/requirements.txt +++ b/transformations/azure/asset-inventory-free/requirements.txt @@ -1,4 +1,4 @@ dbt-postgres==1.8.2 dbt-snowflake==1.8.3 dbt-bigquery==1.8.3 -dbt-core==1.8.7 \ No newline at end of file +dbt-core==1.8.8 \ No newline at end of file diff --git a/transformations/azure/compliance-premium/requirements.txt b/transformations/azure/compliance-premium/requirements.txt index d3e8087cc..b902536a8 100644 --- a/transformations/azure/compliance-premium/requirements.txt +++ b/transformations/azure/compliance-premium/requirements.txt @@ -1,4 +1,4 @@ dbt-postgres==1.8.2 dbt-snowflake==1.8.3 dbt-bigquery==1.8.3 -dbt-core==1.8.7 \ No newline at end of file +dbt-core==1.8.8 \ No newline at end of file diff --git a/transformations/gcp/asset-inventory-free/requirements.txt b/transformations/gcp/asset-inventory-free/requirements.txt index d3e8087cc..b902536a8 100644 --- a/transformations/gcp/asset-inventory-free/requirements.txt +++ b/transformations/gcp/asset-inventory-free/requirements.txt @@ -1,4 +1,4 @@ dbt-postgres==1.8.2 dbt-snowflake==1.8.3 dbt-bigquery==1.8.3 -dbt-core==1.8.7 \ No newline at end of file +dbt-core==1.8.8 \ No newline at end of file diff --git a/transformations/gcp/compliance-premium/requirements.txt b/transformations/gcp/compliance-premium/requirements.txt index d3e8087cc..b902536a8 100644 --- a/transformations/gcp/compliance-premium/requirements.txt +++ b/transformations/gcp/compliance-premium/requirements.txt @@ -1,4 +1,4 @@ dbt-postgres==1.8.2 dbt-snowflake==1.8.3 dbt-bigquery==1.8.3 -dbt-core==1.8.7 \ No newline at end of file +dbt-core==1.8.8 \ No newline at end of file diff --git a/transformations/k8s/compliance-premium/requirements.txt b/transformations/k8s/compliance-premium/requirements.txt index 14ae1aee4..5a234edf9 100644 --- a/transformations/k8s/compliance-premium/requirements.txt +++ b/transformations/k8s/compliance-premium/requirements.txt @@ -1,2 +1,2 @@ dbt-postgres==1.8.2 -dbt-core==1.8.7 \ No newline at end of file +dbt-core==1.8.8 \ No newline at end of file