From 461f83ac094bcc33cdc8243e1b84ab8568b0a3fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:28:49 +0000 Subject: [PATCH] chore(deps): Update streamlit requirement from >=1.57.0 to >=1.58.0 Updates the requirements on [streamlit](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 dependency-version: 1.58.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 691e55fc..5c50cf95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ docker webdriver-manager # demo related -streamlit>=1.57.0 # to support input_c.text_area(..., height="content", ...) +streamlit>=1.58.0 # to support input_c.text_area(..., height="content", ...) plotly st-theme randomname