Skip to content

Commit

Permalink
[Backport 1.7.latest] update dbt_utils version to 1.2.0 (#10262)
Browse files Browse the repository at this point in the history
* [Backport 1.7.latest] update dbt_utils version to 1.2.0
  • Loading branch information
aranke authored Jun 5, 2024
1 parent 2b61767 commit befca79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/dependencies/test_dependency_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_deps_lock(self, clean_start):
- package: fivetran/fivetran_utils
version: 0.4.7
- package: dbt-labs/dbt_utils
version: 1.1.1
version: 1.2.0
sha1_hash: 71304bca2138cf8004070b3573a1e17183c0c1a8
"""
)
Expand All @@ -55,7 +55,7 @@ def test_deps_default(self, clean_start):
- package: fivetran/fivetran_utils
version: 0.4.7
- package: dbt-labs/dbt_utils
version: 1.1.1
version: 1.2.0
sha1_hash: 71304bca2138cf8004070b3573a1e17183c0c1a8
"""
)
Expand Down

0 comments on commit befca79

Please sign in to comment.