From 83d2e0e39bf92d5eb88d0265f44bc80e12d4f3b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 12:43:19 +0000 Subject: [PATCH] chore(deps)(deps): bump streamlit from 1.41.0 to 1.56.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.41.0 to 1.56.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.41.0...1.56.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.56.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 f248505..670ff25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ pyyaml==6.0.2 # imports streamlit_app/app.py which does `import streamlit as st` at module # top level. Pin matches a recent stable release; HF Space builds the same # version into the Docker image. -streamlit==1.41.0 +streamlit==1.56.0 # ── Testing ────────────────────────────────────────────────────────────────── pytest==9.0.3