diff --git a/machine-learning/hm-streamlit/applications/live-line-chart/pyproject.toml b/machine-learning/hm-streamlit/applications/live-line-chart/pyproject.toml index 98c3345042..24b7a92245 100644 --- a/machine-learning/hm-streamlit/applications/live-line-chart/pyproject.toml +++ b/machine-learning/hm-streamlit/applications/live-line-chart/pyproject.toml @@ -5,7 +5,7 @@ package-mode = false python = "~3.13.0" numpy = "2.1.3" pandas = "2.2.3" -streamlit = "1.40.0" +streamlit = "1.40.1" [tool.poetry.group.dev.dependencies] poethepoet = "0.30.0"