From 3028a9b048d0074d7001aa1a1f6b49c57dedbffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:50:12 +0000 Subject: [PATCH] Bump streamlit in /archived/notebooks/workshops/chatbot-apps Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.23.1 to 1.30.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.23.1...1.30.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- archived/notebooks/workshops/chatbot-apps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archived/notebooks/workshops/chatbot-apps/requirements.txt b/archived/notebooks/workshops/chatbot-apps/requirements.txt index ea84966b59..d84946368f 100644 --- a/archived/notebooks/workshops/chatbot-apps/requirements.txt +++ b/archived/notebooks/workshops/chatbot-apps/requirements.txt @@ -4,6 +4,6 @@ langchain==0.0.195 faiss-cpu==1.7.4 unstructured==0.9.3 langchainplus-sdk==0.0.8 -streamlit==1.23.1 +streamlit==1.30.0 streamlit-chat==0.0.2.2 transformers==4.30.2 \ No newline at end of file