From 6ea6cd49edd8fc4847212b0d7bea1fb3db8bbb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:04:42 +0000 Subject: [PATCH] Bump streamlit Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.22.0 to 1.30.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.22.0...1.30.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../automating_analytics/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3_accelerators/03-multi-agent-systems/automating_analytics/src/requirements.txt b/3_accelerators/03-multi-agent-systems/automating_analytics/src/requirements.txt index af029c5..604495e 100644 --- a/3_accelerators/03-multi-agent-systems/automating_analytics/src/requirements.txt +++ b/3_accelerators/03-multi-agent-systems/automating_analytics/src/requirements.txt @@ -1,7 +1,7 @@ numpy==1.22.4 pandas==1.4.3 plotly==5.9.0 -streamlit==1.22.0 +streamlit==1.30.0 openai==0.27.2 python-dotenv==1.0.0 SQLAlchemy==1.4.47