diff --git a/setup.py b/setup.py index 05c2b92b..ff127628 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ install_requires=requirements, extras_require={ "streamlit": [ - "streamlit==1.29.0", + "streamlit==1.31.0", "typing-extensions>=3.10.0", "streamlit_pandas_profiling==0.1.3", "ydata-profiling<5",