From c400e8e81ba7616c776f85123bbd0fd9e635b00d Mon Sep 17 00:00:00 2001 From: Tal Gluck Date: Wed, 24 Apr 2024 20:10:42 +0200 Subject: [PATCH] update dbt dependencies --- tests/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index c732486c6..4b846c275 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -13,8 +13,8 @@ psycopg2 = "^2.9.9" pyarrow = "^14.0.2" pylance = "^0.9.6" ruff = "0.1.14" -dbt-core = "^1.7.7" -dbt-postgres = "^1.7.7" +dbt-core = "^1.7.13" +dbt-postgres = "^1.7.13" pytest-timeout = "^2.2.0" pytest-xdist = "^3.5.0" pytest-benchmark = "^4.0.0"