From 98d2319abddf4d87c42636375a71a08165632eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:36:32 +0000 Subject: [PATCH] Bump streamlit from 1.9.2 to 1.11.1 in /app Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.9.2 to 1.11.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.9.2...1.11.1) --- 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..4ec021a 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.11.1 textract==1.6.5 xlrd==1.2.0