From 358bf1b02aae6e33cec2fbdf52b0f50b4ac5b53a Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 21 Nov 2024 13:29:03 -0600 Subject: [PATCH] pin dev req --- dev-requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 65a4c44bb2b..402b4c51534 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,8 @@ -# We hardcode these two dependencies to ensure that we are testing against the correct versions of -# released code to ensure we don't introduce any breaking changes -dbt-tests-adapter<=1.10.2 -dbt-postgres<=1.9.0 +# These point to main to catch any regressions before they are released to OSS +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@main # black>=24.3.0,<25.0 bumpversion