Skip to content

Commit

Permalink
Merge branch '1.7.latest' into backport-10228-to-1.7.latest
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm authored Jun 5, 2024
2 parents a4452e7 + befca79 commit 0b5a601
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 0b5a601

Please sign in to comment.