From 607b8566df9da44bb203268d87073d049aa3a65b Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Wed, 25 Sep 2024 12:10:13 -0400 Subject: [PATCH] Update 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 20605e632b8..13d3655d5f0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ -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-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-common.git@main -git+https://github.com/dbt-labs/dbt-postgres.git@main +git+https://github.com/dbt-labs/dbt-postgres.git@snapshot_dbt_valid_to_current # black must match what's in .pre-commit-config.yaml to be sure local env matches CI black==24.3.0 bumpversion