Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 942afea

Browse files
bumping .latest branch variable in update_dependencies.sh to 1.6.latest
1 parent d3deeb8 commit 942afea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# install latest changes in dbt-core
22
# TODO: how to automate switching from develop to version branches?
3-
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
4-
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
3+
git+https://github.com/dbt-labs/dbt-core.git@1.6.latest#egg=dbt-core&subdirectory=core
4+
git+https://github.com/dbt-labs/dbt-core.git@1.6.latest#egg=dbt-tests-adapter&subdirectory=tests/adapter
55

66
# if version 1.x or greater -> pin to major version
77
# if version 0.x -> pin to minor

0 commit comments

Comments
 (0)