From 96ff10f5934f33438aa800101e085e845bd856b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:07:01 +0000 Subject: [PATCH] Update streamlit[performance] requirement from >=1.59.0 to >=1.60.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.59.0...1.60.0) --- updated-dependencies: - dependency-name: streamlit[performance] dependency-version: 1.60.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 e7ebcf2..0820174 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.59.0", + "streamlit[performance]>=1.60.0", "pandas", "numpy", "plotly", diff --git a/uv.lock b/uv.lock index 80a76fe..78124a8 100644 --- a/uv.lock +++ b/uv.lock @@ -1620,7 +1620,7 @@ requires-dist = [ { name = "pytz" }, { name = "scipy" }, { name = "seaborn" }, - { name = "streamlit", extras = ["performance"], specifier = ">=1.59.0" }, + { name = "streamlit", extras = ["performance"], specifier = ">=1.60.0" }, { name = "streamlit-aggrid" }, { name = "streamlit-extras" }, { name = "streamlit-folium" },