From 7d25fea7ef058f5a948aced32c5d215e7b2cafa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:20:47 +0000 Subject: [PATCH] Bump streamlit from 1.9.2 to 1.30.0 in /app Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.9.2 to 1.30.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.9.2...1.30.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 2d34b24..45dcea5 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ docx2txt==0.8 python-pptx==0.6.21 -streamlit==1.9.2 +streamlit==1.30.0 textract==1.6.5 xlrd==1.2.0