Skip to content

Commit

Permalink
fix(deps): Update dependency dbt-core to v1.8.8 (#1131)
Browse files Browse the repository at this point in the history
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

<details>
<summary>dbt-labs/dbt-core (dbt-core)</summary>

### [`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 ([#&#8203;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. ([#&#8203;10861](https://togithub.com/dbt-labs/dbt-core/issues/10861))

##### Dependencies

-   Pin dbt-common and dbt-adapters with upper bound. ([#&#8203;10895](https://togithub.com/dbt-labs/dbt-core/issues/10895))

##### Contributors

-   [@&#8203;katsugeneration](https://togithub.com/katsugeneration) ([#&#8203;10754](https://togithub.com/dbt-labs/dbt-core/issues/10754))

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Nov 1, 2024
1 parent 79e2f64 commit c69edcc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion transformations/aws/asset-inventory-free/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
dbt-core==1.8.8
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion transformations/aws/cost/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dbt-postgres==1.8.2
dbt-core==1.8.7
dbt-core==1.8.8
2 changes: 1 addition & 1 deletion transformations/aws/data-resilience/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dbt-postgres==1.8.2
dbt-core==1.8.7
dbt-core==1.8.8
2 changes: 1 addition & 1 deletion transformations/aws/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dbt-postgres==1.8.2
dbt-core==1.8.7
dbt-core==1.8.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.3
dbt-bigquery==1.8.3
dbt-core==1.8.7
dbt-core==1.8.8
2 changes: 1 addition & 1 deletion transformations/azure/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.3
dbt-bigquery==1.8.3
dbt-core==1.8.7
dbt-core==1.8.8
2 changes: 1 addition & 1 deletion transformations/gcp/asset-inventory-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.3
dbt-bigquery==1.8.3
dbt-core==1.8.7
dbt-core==1.8.8
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.3
dbt-bigquery==1.8.3
dbt-core==1.8.7
dbt-core==1.8.8
2 changes: 1 addition & 1 deletion transformations/k8s/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dbt-postgres==1.8.2
dbt-core==1.8.7
dbt-core==1.8.8

0 comments on commit c69edcc

Please sign in to comment.