From 6d467482250345f7285f67fd0816e4100018c867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:12:08 +0000 Subject: [PATCH] Bump streamlit from 1.28.0 to 1.37.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.28.0 to 1.37.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.28.0...1.37.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 946269e..c96d5f3 100644 --- a/docker_requirements.txt +++ b/docker_requirements.txt @@ -9,4 +9,4 @@ scipy==1.8.0 tqdm==4.66.3 cloudpickle==3.0.0 pivottablejs==0.9.0 -streamlit==1.28.0 \ No newline at end of file +streamlit==1.37.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index fcb3ef1..0ce3aa0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ scipy>=1.8.0 tqdm cloudpickle pivottablejs -streamlit==1.32.0 +streamlit==1.37.0 nbformat>=4.2.0 diff --git a/setup.py b/setup.py index ae1a52c..ebf7002 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "tqdm", "cloudpickle", "pivottablejs", - "streamlit==1.28.0" + "streamlit==1.37.0" ], extras_require={ "test": [