From a02efb20292de0c660cf6d5e006f9fa050385ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:11:03 +0000 Subject: [PATCH] Bump streamlit from 1.53.0 to 1.54.0 in /python-wrapper Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.53.0 to 1.54.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.53.0...1.54.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.54.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 d8fa910..2c7c012 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "palettable==3.3.3", "pytest-mock==3.15.1", "nbconvert==7.17.0", - "streamlit==1.53.0", + "streamlit==1.54.0", "matplotlib>=3.9.4", "jupyterlab>=4.5.4", "anywidget[dev]"