From f40e701ba251edae3d6a0aeb495c779102c92007 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 01:07:53 +0000 Subject: [PATCH] chore(deps): update dependency streamlit to v1.30.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05c2b92b..17cb3846 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ install_requires=requirements, extras_require={ "streamlit": [ - "streamlit==1.29.0", + "streamlit==1.30.0", "typing-extensions>=3.10.0", "streamlit_pandas_profiling==0.1.3", "ydata-profiling<5",