From b03cf2d10130f956a3a2bb73d61e04de4abb92e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 05:56:51 +0000 Subject: [PATCH] Bump streamlit from 1.2.0 to 1.11.1 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.2.0 to 1.11.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.2.0...1.11.1) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e4799d1..78142be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ requests==2.23.0 scikit_learn==1.0.1 sentence_transformers==2.1.0 spacy==2.2.4 -streamlit==1.2.0 +streamlit==1.11.1 yake==0.4.8