From ba658b3a6365a37a76672b88d85933eeb136be65 Mon Sep 17 00:00:00 2001 From: KijkEr Date: Wed, 2 Oct 2024 21:23:14 +0200 Subject: [PATCH] Moved deps around --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6faf721a..4b6203cf 100644 --- a/tox.ini +++ b/tox.ini @@ -300,8 +300,8 @@ commands = [testenv:integration_postgres] changedir = integration_test_project deps = - dbt-postgres~=1.8.0 dbt-core~=1.8.0 + dbt-postgres~=1.8.0 commands = dbt clean dbt deps