From ef1f8981aaadce6ce2d17004b2289daf445d420d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:07:34 +0000 Subject: [PATCH] chore(deps): update streamlit requirement from >=1.37 to >=1.59.2 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.37.0...1.59.2) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.59.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements-dashboard.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements-dashboard.txt b/dashboard/requirements-dashboard.txt index 7661ea1..823dd24 100644 --- a/dashboard/requirements-dashboard.txt +++ b/dashboard/requirements-dashboard.txt @@ -1,4 +1,4 @@ -streamlit>=1.37 +streamlit>=1.59.2 pandas psycopg2-binary==2.9.10 psutil