From 0a6e607e3eab7629f066d5c5a14d056469a94275 Mon Sep 17 00:00:00 2001 From: ailepet Date: Thu, 27 Mar 2025 15:06:53 +0100 Subject: [PATCH 1/2] chore: update requirements --- projects/demo/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/demo/requirements.txt b/projects/demo/requirements.txt index 576228e4..c826165e 100644 --- a/projects/demo/requirements.txt +++ b/projects/demo/requirements.txt @@ -1,2 +1,2 @@ -dbt-postgres==1.8.2 -dbt-core==1.8.2 \ No newline at end of file +dbt-postgres==1.9.0 +dbt-core==1.9.3 \ No newline at end of file From ae30ff6d86b8d114cc865486bf48d50057fe6698 Mon Sep 17 00:00:00 2001 From: ailepet Date: Thu, 27 Mar 2025 15:11:04 +0100 Subject: [PATCH 2/2] edit the proper requirements file --- projects/demo/requirements.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/demo/requirements.txt b/projects/demo/requirements.txt index c826165e..576228e4 100644 --- a/projects/demo/requirements.txt +++ b/projects/demo/requirements.txt @@ -1,2 +1,2 @@ -dbt-postgres==1.9.0 -dbt-core==1.9.3 \ No newline at end of file +dbt-postgres==1.8.2 +dbt-core==1.8.2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 576228e4..c826165e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -dbt-postgres==1.8.2 -dbt-core==1.8.2 \ No newline at end of file +dbt-postgres==1.9.0 +dbt-core==1.9.3 \ No newline at end of file