From 1fb875567c191237015aeb746ed0ea325523cd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:56:39 +0000 Subject: [PATCH] deps: update streamlit requirement from >=1.40 to >=1.62.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.40.0...1.62.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.62.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 69a9178..c4448d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -streamlit>=1.40 +streamlit>=1.62.0 sqlalchemy>=2.0 pydantic>=2.8 psutil>=6.0