From e36fb234b03322b6bb78487265e5a6ecdc185b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:06:23 +0000 Subject: [PATCH] Update streamlit[performance] requirement from >=1.57.0 to >=1.58.0 Updates the requirements on [streamlit[performance]](https://github.com/streamlit/streamlit) to permit the latest version. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.57.0...1.58.0) --- updated-dependencies: - dependency-name: streamlit[performance] dependency-version: 1.58.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },