From 7ac06244cba67b5abff1a02c93e2cdc8b0e2573b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:23:56 +0000 Subject: [PATCH] chore(deps)(deps): bump streamlit from 1.52.2 to 1.55.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.52.2 to 1.55.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.52.2...1.55.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68036c6c0..9b68895d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Core Framework fastapi==0.128.0 uvicorn[standard]==0.40.0 -streamlit==1.52.2 +streamlit==1.55.0 # Database sqlalchemy==2.0.45