From eab0a32edac93a173de431649b73d6b0154e29c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:51:38 +0000 Subject: [PATCH] Bump streamlit from 1.51.0 to 1.54.0 in /app Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.51.0 to 1.54.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.51.0...1.54.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.54.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index c15f7ca..d015f01 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ numpy==2.1.3 pandas==2.2.3 #streamlit==1.40.2 -streamlit==1.51.0 # upgrading streamlit to support new dataframe capabilities +streamlit==1.54.0 # upgrading streamlit to support new dataframe capabilities streamlit_calendar==1.2.1 streamlit-aggrid==1.1.6 psycopg2-binary==2.9.9