From b8d726eb8d1952dea856a9f470578ac689be8ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:17:21 +0000 Subject: [PATCH] Bump streamlit in /examples/streamlit_medium_writer_chat Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.27.2 to 1.30.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.27.2...1.30.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/streamlit_medium_writer_chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/streamlit_medium_writer_chat/requirements.txt b/examples/streamlit_medium_writer_chat/requirements.txt index bfde181..a5e13e1 100644 --- a/examples/streamlit_medium_writer_chat/requirements.txt +++ b/examples/streamlit_medium_writer_chat/requirements.txt @@ -1,4 +1,4 @@ -streamlit==1.27.2 +streamlit==1.30.0 python-dotenv asyncio judini