From b50d5b024e035b8fd4acf3fedb64685b8a274968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 04:03:57 +0000 Subject: [PATCH] fix: update streamlit requirement from >=1.32.0 to >=1.57.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.32.0...1.57.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.57.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 7d3ced0..857f69d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ flask>=3.1.3 # 📊 DASHBOARD # ---------------------------------------------------------------- # Interactive interface for result visualization -streamlit>=1.32.0 +streamlit>=1.57.0 # ---------------------------------------------------------------- # 🔗 INTEGRATION / HTTP