Skip to content

Commit

Permalink
fix(live-line-chart): update dependency pandas to v2.2.2 (#15795)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent 574ac3d commit a7a49ed
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 33 deletions.

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.12.x"
numpy = "1.26.4"
pandas = "2.2.1"
pandas = "2.2.2"
streamlit = "1.33.0"

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

0 comments on commit a7a49ed

Please sign in to comment.