From cd55f21d1c134667879cdce3077b6766194e87a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:13:38 +0000 Subject: [PATCH] Bump streamlit from 1.28.0 to 1.30.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.28.0 to 1.30.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.28.0...1.30.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker_requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker_requirements.txt b/docker_requirements.txt index 0f668d9..f5eebf5 100644 --- a/docker_requirements.txt +++ b/docker_requirements.txt @@ -9,4 +9,4 @@ scipy==1.8.0 tqdm==4.66.1 cloudpickle==3.0.0 pivottablejs==0.9.0 -streamlit==1.28.0 \ No newline at end of file +streamlit==1.30.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 18b5aba..2ba1495 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ scipy>=1.8.0 tqdm cloudpickle pivottablejs -streamlit==1.28.0 \ No newline at end of file +streamlit==1.30.0 \ No newline at end of file diff --git a/setup.py b/setup.py index ae1a52c..e01f874 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "tqdm", "cloudpickle", "pivottablejs", - "streamlit==1.28.0" + "streamlit==1.30.0" ], extras_require={ "test": [