diff --git a/pyproject.toml b/pyproject.toml index b2ad997..968fb52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Various tools to help with the Streamlit library development." readme = "README.md" requires-python = ">=3.13" dependencies = [ - "streamlit[performance]>=1.57.0", + "streamlit[performance]>=1.58.0", "pandas", "numpy", "plotly", diff --git a/uv.lock b/uv.lock index fe24862..39183d0 100644 --- a/uv.lock +++ b/uv.lock @@ -1686,7 +1686,7 @@ requires-dist = [ { name = "pytz" }, { name = "scipy" }, { name = "seaborn" }, - { name = "streamlit", extras = ["performance"], specifier = ">=1.57.0" }, + { name = "streamlit", extras = ["performance"], specifier = ">=1.58.0" }, { name = "streamlit-aggrid" }, { name = "streamlit-extras" }, { name = "streamlit-folium" },