From 0ea51468dba7f8a28f9666c5357efa4403b12842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:50:22 +0000 Subject: [PATCH] fix(live-line-chart): update dependency streamlit to v1.40.1 --- .../hm-streamlit/applications/live-line-chart/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"