Skip to content

Commit

Permalink
fix(read-delta-lake-by-trino): update dependency trino to v0.328.0 (#…
Browse files Browse the repository at this point in the history
…14618)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent 87d76d1 commit b49042d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions data-storage/delta-lake/read-delta-lake-by-trino/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Hongbo Miao"]

[tool.poetry.dependencies]
python = "3.11.x"
trino = {version = "0.327.0", extras = ["sqlalchemy"]}
trino = {version = "0.328.0", extras = ["sqlalchemy"]}
pandas = "2.2.0"
python-dotenv = "1.0.1"

Expand Down

0 comments on commit b49042d

Please sign in to comment.