From 95e19862137a06743cfa9145ee6ee741b5e52993 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:13:56 +0200 Subject: [PATCH] fix(deps): Update dependency dbt-clickhouse to v1.8.6 (#1192) 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-clickhouse](https://togithub.com/ClickHouse/dbt-clickhouse) | patch | `==1.8.5` -> `==1.8.6` | --- ### Release Notes
ClickHouse/dbt-clickhouse (dbt-clickhouse) ### [`v1.8.6`](https://togithub.com/ClickHouse/dbt-clickhouse/blob/HEAD/CHANGELOG.md#Release-186--2024-12-05) [Compare Source](https://togithub.com/ClickHouse/dbt-clickhouse/compare/v1.8.5...v1.8.6)
--- ### 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transformations/aws/asset-inventory-free/requirements.txt b/transformations/aws/asset-inventory-free/requirements.txt index c8de75ae6..9abea5da8 100644 --- a/transformations/aws/asset-inventory-free/requirements.txt +++ b/transformations/aws/asset-inventory-free/requirements.txt @@ -1,5 +1,5 @@ dbt-postgres==1.8.2 dbt-snowflake==1.8.4 dbt-bigquery==1.8.3 -dbt-clickhouse==1.8.5 +dbt-clickhouse==1.8.6 dbt-core==1.8.9 \ No newline at end of file