From c6d67fd96e58c017c62c3dcb877a62808d12fbd5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 28 Apr 2026 19:18:43 -0400 Subject: [PATCH] Pin streamlit to latest version 1.57.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1e3bab..314b264 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pandas numpy -streamlit +streamlit==1.57.0 pandas-profiling \ No newline at end of file