From 40c7d38aee9f79f9a0515917de9c4225c44cb861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:55:46 +0000 Subject: [PATCH] deps: update streamlit requirement from >=1.40 to >=1.61.1 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.61.1) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.61.1 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..1d9a98b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -streamlit>=1.40 +streamlit>=1.61.1 sqlalchemy>=2.0 pydantic>=2.8 psutil>=6.0