From e3ed23826f89565394e56f6ed8e451fd1d7cc044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:03:53 +0000 Subject: [PATCH] Bump streamlit from 1.50.0 to 1.55.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.50.0 to 1.55.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.50.0...1.55.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f26c6713..aa299493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pyyaml==6.0.3", "scikit-learn==1.7.2", "tqdm==4.67.1", - "streamlit==1.50.0", + "streamlit==1.55.0", "nd2==0.10.4", "sqlalchemy==2.0.44", "plotly-express==0.4.1",