From 8cce616434f69da1f84ff1e417dca30e41d509ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:31:41 +0200 Subject: [PATCH] chore(deps): Update streamlit requirement from >=1.47 to >=1.57.0 (#53) 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.47.0...1.57.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.57.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89e5b6e7..09f1a57d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ docker webdriver-manager # demo related -streamlit>=1.47 # to support input_c.text_area(..., height="content", ...) +streamlit>=1.57.0 # to support input_c.text_area(..., height="content", ...) plotly st-theme randomname