From 80e059493d65578dc39956ac20c3dcac8591b9d1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 29 Oct 2025 14:55:33 -0400 Subject: [PATCH] Pin streamlit to latest version 1.51.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1e3bab..bd6b4a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pandas numpy -streamlit +streamlit==1.51.0 pandas-profiling \ No newline at end of file