Skip to content

Commit 27102d6

Browse files
authored
DCV-3524 support dbt 1.10 (#538)
* DCV-3524 support dbt 1.10 * Update lockfile
1 parent dcfbdbd commit 27102d6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ click = "^8.0.3"
3737
rich = ">=10.4"
3838
Jinja2 = ">2.11.2"
3939
python-slugify = "<9.0.0"
40-
dbt-core = ">=1.1,<1.10"
40+
dbt-core = ">=1.1,<1.11"
4141
bumpversion = "^0.6.0"
4242
typing_extensions = { version = "^4.0", python = "^3.7" }
4343
ruamel-yaml = "^0.17.21"

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ commands =
3333
basepython = python3.10
3434
passenv = *
3535
deps=
36-
dbt-core==1.8.0
37-
dbt-postgres==1.8.0
38-
dbt-bigquery==1.8.0
39-
dbt-snowflake==1.8.0
36+
dbt-core==1.10.0
37+
dbt-postgres==1.10.0
38+
dbt-bigquery==1.10.0
39+
dbt-snowflake==1.10.0
4040
redshift-connector
4141
pytest
4242
coverage

0 commit comments

Comments
 (0)