From aaecc425a157b45269beb441c9d5a2a499d66884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:49:19 +0000 Subject: [PATCH] Update streamlit requirement from >=1.56.0 to >=1.57.0 Updates the requirements on [streamlit](https://github.com/streamlit/streamlit) to permit the latest version. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.56.0...1.57.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.57.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bb8405..8eb143f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ azure-monitor-query>=2.0.0 azure-monitor-opentelemetry>=1.8.7 aiohttp>=3.13.5 agent-framework==1.0.1 -streamlit>=1.56.0 +streamlit>=1.57.0 pandas>=2.3.3 plotly>=6.7.0