From de2eba98c2853e7018780a6e23a7911e393c03c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:22:41 +0000 Subject: [PATCH] Bump streamlit from 1.20.0 to 1.37.0 in /dashboard-streamlit Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.20.0 to 1.37.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.20.0...1.37.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard-streamlit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-streamlit/requirements.txt b/dashboard-streamlit/requirements.txt index 3ce60da..e581ec5 100644 --- a/dashboard-streamlit/requirements.txt +++ b/dashboard-streamlit/requirements.txt @@ -1,4 +1,4 @@ -streamlit == 1.20.0 +streamlit == 1.37.0 pymongo == 4.3.3 numpy >= 1.24.0,<1.25 pandas == 1.5.3