Skip to content

Commit

Permalink
Bump version of trino-python-client
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Aug 3, 2022
1 parent 3bdd325 commit 445a141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dbt-core==1.2.0
trino==0.313.0
trino==0.315.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ def _dbt_trino_version():
},
install_requires=[
"dbt-core~={}".format(dbt_version),
"trino==0.313.0",
"trino==0.315.0",
],
)

0 comments on commit 445a141

Please sign in to comment.