Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 4b9a55b commit 74ce00f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dbt-core~=1.3.0 --no-binary dbt-postgres
dbt-snowflake~=1.3.0
dbt-bigquery~=1.3.0
dbt-redshift~=1.3.0
dbt-postgres~=1.3.0
dbt-postgres~=1.9.0
dbt-spark[PyHive,ODBC]~=1.3.0
dbt-databricks~=1.3.0
dbt-rpc~=0.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dbt-core~=1.4.0 --no-binary dbt-postgres
dbt-snowflake~=1.4.0
dbt-bigquery~=1.4.0
dbt-redshift~=1.4.0
dbt-postgres~=1.4.0
dbt-postgres~=1.9.0
dbt-spark[PyHive,ODBC]~=1.4.0
dbt-databricks~=1.4.0
dbt-trino~=1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dbt-core~=1.5.0 --no-binary dbt-postgres
dbt-snowflake~=1.5.0
dbt-bigquery~=1.5.0
dbt-redshift~=1.5.0
dbt-postgres~=1.5.0
dbt-postgres~=1.9.0
dbt-spark[PyHive,ODBC]~=1.5.0
dbt-databricks~=1.5.0
dbt-trino~=1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dbt-core~=1.6.0 --no-binary dbt-postgres
dbt-snowflake~=1.6.0
dbt-bigquery~=1.6.0
dbt-redshift~=1.6.0
dbt-postgres~=1.6.0
dbt-postgres~=1.9.0
dbt-spark[PyHive,ODBC]~=1.6.2
dbt-databricks~=1.6.0
dbt-trino~=1.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dbt-core~=1.6.0 --no-binary dbt-postgres
dbt-snowflake~=1.6.0
dbt-bigquery~=1.6.0
dbt-redshift~=1.6.0
dbt-postgres~=1.6.0
dbt-postgres~=1.9.0
dbt-spark[PyHive,ODBC]~=1.6.0
dbt-databricks~=1.6.0
dbt-trino~=1.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dbt-core~=1.7.0,>=1.7.3 --no-binary dbt-postgres
dbt-snowflake~=1.7.0
dbt-bigquery~=1.7.0
dbt-redshift~=1.7.0
dbt-postgres~=1.7.0
dbt-postgres~=1.9.0
dbt-spark[PyHive,ODBC]~=1.7.1
dbt-databricks~=1.7.2
dbt-trino~=1.7.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dbt-core~=1.7.0rc1 --no-binary dbt-postgres
dbt-snowflake~=1.7.0rc1
dbt-bigquery~=1.7.0rc1
dbt-redshift~=1.7.0rc1
dbt-postgres~=1.7.0rc1
dbt-postgres~=1.9.0
dbt-spark[PyHive,ODBC]~=1.7.0rc1
dbt-databricks~=1.7.0rc1
dbt-trino~=1.7.0rc1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dbt-core~=1.8.0
dbt-snowflake~=1.8.0
dbt-bigquery~=1.8.0
dbt-redshift~=1.8.0
dbt-postgres~=1.8.0
dbt-postgres~=1.9.0
dbt-spark[PyHive,ODBC]~=1.8.0
# dbt-databricks~=1.8.0 # no final release (pre-release is currently 1.8.0b2
# dbt-trino~=1.8.0 # no final release (pre-release is 1.8.0b3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dbt-core~=1.8.0b1
dbt-snowflake~=1.8.0b1
dbt-bigquery~=1.8.0b1
dbt-redshift~=1.8.0b1
dbt-postgres~=1.8.0b1
dbt-postgres~=1.9.0
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
Expand Down

0 comments on commit 74ce00f

Please sign in to comment.