From 77a1b637a62ed90ae5ea92b13d26465ff4f39dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:48:46 +0000 Subject: [PATCH] Bump streamlit from 1.51.0 to 1.53.0 in /python-wrapper Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.51.0 to 1.53.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.51.0...1.53.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.53.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 6df6ecc..def06a7 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "palettable==3.3.3", "pytest-mock==3.15.1", "nbconvert==7.16.6", - "streamlit==1.51.0", + "streamlit==1.53.0", "matplotlib>=3.9.4", ] docs = [