From e3db87a9f4d1f96a444053d08c6715f35f6a8bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:38:07 +0000 Subject: [PATCH] Bump streamlit from 1.31 to 1.37.0 in /python/sample-chatbot Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.31 to 1.37.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.31.0...1.37.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/sample-chatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sample-chatbot/requirements.txt b/python/sample-chatbot/requirements.txt index e5454f7..c4e62ff 100644 --- a/python/sample-chatbot/requirements.txt +++ b/python/sample-chatbot/requirements.txt @@ -1,3 +1,3 @@ openai==1.20.0 -streamlit==1.31 +streamlit==1.37.0 streamlit-extras==0.3.5 \ No newline at end of file