From e78affb2d82880ff98eb93cee7de85fc03a116e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 07:02:32 +0000 Subject: [PATCH] Bump streamlit from 1.11.0 to 1.11.1 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.11.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 1be1ef4..d1f98f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ matplotlib==3.5.2 pandas==1.4.3 plotly==5.9.0 prophet==1.1 -streamlit==1.11.0 +streamlit==1.11.1 streamlit_option_menu==0.3.2 yfinance==0.1.74