From f5fd5d2cfc6be02db3f73bc0ded4899b1f037bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:51:27 +0530 Subject: [PATCH] Bump streamlit from 0.58.0 to 1.54.0 (#6) Bumps [streamlit](https://github.com/streamlit/streamlit) from 0.58.0 to 1.54.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/0.58.0...1.54.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.54.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d7f5f63..96a4184 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ extra_requirements = { "librosa==0.7.2", "matplotlib==3.2.1", "pydub~=0.24.0", - "streamlit==0.58.0", + "streamlit==1.54.0", "natural==0.2.0", "stringcase==1.2.0", "google-cloud-speech~=1.3.1",