Skip to content

Commit

Permalink
Update dbt-trino requirement in /release_creation/bundle/requirements
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: dbt-trino
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent f2e762a commit 6d40eb8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dbt-redshift~=1.4.0
dbt-postgres~=1.4.0
dbt-spark[PyHive,ODBC]~=1.4.0
dbt-databricks~=1.4.0
dbt-trino~=1.4.0
dbt-trino~=1.8.0
dbt-rpc~=0.3.1
json-rpc==1.15.0
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dbt-redshift~=1.5.0
dbt-postgres~=1.5.0
dbt-spark[PyHive,ODBC]~=1.5.0
dbt-databricks~=1.5.0
dbt-trino~=1.5.0
dbt-trino~=1.8.0
dbt-rpc~=0.4.0
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
json-rpc==1.15.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dbt-redshift~=1.6.0
dbt-postgres~=1.6.0
dbt-spark[PyHive,ODBC]~=1.6.2
dbt-databricks~=1.6.0
dbt-trino~=1.6.0
dbt-trino~=1.8.0
dbt-fabric==1.6.0
dbt-rpc~=0.4.1
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dbt-redshift~=1.6.0
dbt-postgres~=1.6.0
dbt-spark[PyHive,ODBC]~=1.6.0
dbt-databricks~=1.6.0
dbt-trino~=1.6.0
dbt-trino~=1.8.0
dbt-fabric~=1.6.0
dbt-rpc~=0.4.1
pyasn1-modules~=0.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dbt-redshift~=1.7.0
dbt-postgres~=1.7.0
dbt-spark[PyHive,ODBC]~=1.7.1
dbt-databricks~=1.7.2
dbt-trino~=1.7.0
dbt-trino~=1.8.0
dbt-fabric~=1.7.0
dbt-synapse~=1.7.0, !=1.7.4
dbt-rpc~=0.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dbt-redshift~=1.7.0rc1
dbt-postgres~=1.7.0rc1
dbt-spark[PyHive,ODBC]~=1.7.0rc1
dbt-databricks~=1.7.0rc1
dbt-trino~=1.7.0rc1
dbt-trino~=1.8.0
dbt-fabric~=1.7.0
dbt-synapse~=1.7.0rc1
dbt-rpc~=0.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dbt-redshift~=1.8.0b1
dbt-postgres~=1.8.0b1
dbt-spark[PyHive,ODBC]~=1.8.0b1
dbt-databricks~=1.8.0b2 # `dbt-databricks==1.8.0b1` is pinned to `dbt-spark~=1.7`
dbt-trino~=1.8.0b1
dbt-trino~=1.8.0
# `dbt-fabric<1.8.0rc3` has dependency conflicts on `dbt-common`
# `dbt-fabric==1.8.3` breaks `dbt-synapse`
dbt-fabric>=1.8.0rc3,<1.8.3
Expand Down

0 comments on commit 6d40eb8

Please sign in to comment.