Skip to content

Commit 61e01c8

Browse files
authored
bump: dbt-core to 1.11.0 (#90)
1 parent 7adc7dd commit 61e01c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.10.0"
1+
version = "1.11.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _plugin_version() -> str:
3333
include_package_data=True,
3434
install_requires=[
3535
"dbt-postgres~=1.9.0",
36-
"dbt-core~=1.10.0",
36+
"dbt-core~=1.11.0",
3737
# not sure if these are needed due to inheritance from dbt-postgres
3838
# but doesn't hurt to be explicit I suppose
3939
"dbt-common>=1.0.4,<2.0",

0 commit comments

Comments
 (0)