From be1defcee78c264aa1c2d81eda0f5706899c2d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 18:29:11 +0000 Subject: [PATCH] Bump streamlit from 1.53.0 to 1.53.1 in /python-wrapper Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.53.0 to 1.53.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.53.0...1.53.1) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.53.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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]"