From 550809cd898011c3a9fc6568067eb65335708187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:37:09 +0000 Subject: [PATCH] Bump streamlit from 1.45.0 to 1.51.0 in /python-wrapper Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.45.0 to 1.51.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.45.0...1.51.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.51.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 095de7e..67dd777 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "palettable==3.3.3", "pytest-mock==3.14.0", "nbconvert==7.16.6", - "streamlit==1.45.0", + "streamlit==1.51.0", "matplotlib>=3.9.4", ] docs = [