diff --git a/.lockfiles/py310-dev.lock b/.lockfiles/py310-dev.lock index 2d71d23e8..4731ed102 100644 --- a/.lockfiles/py310-dev.lock +++ b/.lockfiles/py310-dev.lock @@ -833,7 +833,7 @@ sphinxcontrib-serializinghtml==1.1.10 # via sphinx stack-data==0.6.3 # via ipython -streamlit==1.36.0 +streamlit==1.39.0 # via baybe (pyproject.toml) sympy==1.13.1 # via @@ -860,7 +860,7 @@ toml==0.10.2 # via # pip-audit # streamlit -tomli==2.0.1 ; python_full_version == '3.11' +tomli==2.0.1 ; python_full_version <= '3.11' # via # coverage # jupyterlab diff --git a/pyproject.toml b/pyproject.toml index 366f5d451..2a98b0564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ examples = [ "pillow>=10.0.1", # Necessary due to vulnerability "plotly>=5.10.0", "seaborn>=0.12.2", - "streamlit>=1.20.0", + "streamlit>=1.37.0", # Necessary due to vulnerability "tornado>=6.3.3", # see AUDIT NOTE, required by streamlit ]