Skip to content

Commit

Permalink
fix(read-delta-lake-by-trino): update dependency pandas to v2.2.0 (#1…
Browse files Browse the repository at this point in the history
…3985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 20, 2024
1 parent 5e075ff commit 9c16118
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 51 deletions.
111 changes: 61 additions & 50 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 @@ -7,7 +7,7 @@ authors = ["Hongbo Miao"]
[tool.poetry.dependencies]
python = "3.11.x"
trino = {version = "0.327.0", extras = ["sqlalchemy"]}
pandas = "2.1.4"
pandas = "2.2.0"
python-dotenv = "1.0.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 9c16118

Please sign in to comment.