Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Dec 20, 2024
1 parent 7a2d16e commit a235cf9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Dependencies-20241218-155103.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Dependencies
body: Update dependencies
time: 2024-12-18T15:51:03.624898+01:00
custom:
Author: damian3031
Issue: ""
PR: "462"
8 changes: 4 additions & 4 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dbt-tests-adapter~=1.10.1
mypy==1.11.2 # patch updates have historically introduced breaking changes
pre-commit~=3.8
dbt-tests-adapter~=1.10.4
mypy==1.13.0 # patch updates have historically introduced breaking changes
pre-commit~=4.0
pytest~=8.3
tox~=4.18
tox~=4.23
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ def _dbt_trino_version():
]
},
install_requires=[
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.1.1,<2.0",
"trino~=0.328",
"dbt-common>=1.14.0,<2.0",
"dbt-adapters>=1.10.4,<2.0",
"trino~=0.331",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
],
Expand Down

0 comments on commit a235cf9

Please sign in to comment.