From 95ddb63d70c0a3fea00d115d71e9c1274257bf1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:36:16 +0000 Subject: [PATCH] Bump streamlit from 1.42.0 to 1.42.1 in /python-wrapper Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.42.0 to 1.42.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.42.0...1.42.1) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production 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 622c67b5..0183f543 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "palettable==3.3.3", "pytest-mock==3.14.0", "nbconvert==7.16.6", - "streamlit==1.42.0", + "streamlit==1.42.1", ] docs = [ "sphinx==8.1.3",