From ba3f96d5bbe33d4f99a47932ec1bd5a5bc4a19e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:09:00 +0000 Subject: [PATCH] Bump streamlit from 1.41.1 to 1.42.0 in /python-wrapper Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production 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 3adc7ecb..d6fe0ee0 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.41.1", + "streamlit==1.42.0", ] docs = [ "sphinx==8.1.3",