Skip to content

Commit

Permalink
fix(deps): Update dependency dbt-postgres to v1.7.6 (#556)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [dbt-postgres](https://togithub.com/dbt-labs/dbt-core) | patch | `==1.7.4` -> `==1.7.6` |

---

### Release Notes

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

### [`v1.7.6`](https://togithub.com/dbt-labs/dbt-core/releases/tag/v1.7.6): dbt-core v1.7.6

[Compare Source](https://togithub.com/dbt-labs/dbt-core/compare/v1.7.5...v1.7.6)

##### dbt-core 1.7.6 - January 25, 2024

##### Fixes

-   Handle unknown `type_code` for model contracts ([#&#8203;8877](https://togithub.com/dbt-labs/dbt-core/issues/8877), [#&#8203;8353](https://togithub.com/dbt-labs/dbt-core/issues/8353))
-   Fix retry command run from CLI ([#&#8203;9444](https://togithub.com/dbt-labs/dbt-core/issues/9444))

### [`v1.7.5`](https://togithub.com/dbt-labs/dbt-core/releases/tag/v1.7.5): dbt-core v1.7.5

[Compare Source](https://togithub.com/dbt-labs/dbt-core/compare/v1.7.4...v1.7.5)

##### dbt-core 1.7.5 - January 18, 2024

##### Fixes

-   Preserve the value of vars and the --full-refresh flags when using retry. ([#&#8203;9112](https://togithub.com/dbt-labs/dbt-core/issues/9112))

##### Contributors

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Feb 1, 2024
1 parent e1ef22b commit 01d83c3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion transformations/aws/asset-inventory-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
2 changes: 1 addition & 1 deletion transformations/aws/compliance-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
dbt-bigquery==1.7.3
dbt-snowflake==1.7.1
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
dbt-bigquery==1.7.3
dbt-snowflake==1.7.1
2 changes: 1 addition & 1 deletion transformations/aws/cost/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
2 changes: 1 addition & 1 deletion transformations/aws/data-resilience/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
2 changes: 1 addition & 1 deletion transformations/aws/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
2 changes: 1 addition & 1 deletion transformations/azure/compliance-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
dbt-snowflake==1.7.1
dbt-bigquery==1.7.3
2 changes: 1 addition & 1 deletion transformations/azure/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
dbt-snowflake==1.7.1
dbt-bigquery==1.7.3
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
dbt-bigquery==1.7.3
dbt-snowflake==1.7.1
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
dbt-bigquery==1.7.3
dbt-snowflake==1.7.1
2 changes: 1 addition & 1 deletion transformations/k8s/compliance-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6
2 changes: 1 addition & 1 deletion transformations/k8s/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbt-postgres==1.7.4
dbt-postgres==1.7.6

0 comments on commit 01d83c3

Please sign in to comment.