From 64f7e6e3ab8f09f60baa30a0583b92532e504f21 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Thu, 10 Oct 2024 17:22:19 -0400 Subject: [PATCH] Clean up dev-requirements.txt --- dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 13d3655d5f0..20605e632b8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ -git+https://github.com/dbt-labs/dbt-adapters.git@snapshot_dbt_valid_to_current -git+https://github.com/dbt-labs/dbt-adapters.git@snapshot_dbt_valid_to_current#subdirectory=dbt-tests-adapter +git+https://github.com/dbt-labs/dbt-adapters.git@main +git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter git+https://github.com/dbt-labs/dbt-common.git@main -git+https://github.com/dbt-labs/dbt-postgres.git@snapshot_dbt_valid_to_current +git+https://github.com/dbt-labs/dbt-postgres.git@main # black must match what's in .pre-commit-config.yaml to be sure local env matches CI black==24.3.0 bumpversion