From 97e6afe300fd0ee6bd6245ed2b12063cbd134e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:14:49 +0000 Subject: [PATCH] Bump streamlit from 1.24.0 to 1.37.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.24.0 to 1.37.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.24.0...1.37.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92acd22..40f55c6 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,6 @@ "numpy==1.24.3", "python-dotenv==1.0.0", "pypdf==3.15.1", - "streamlit==1.24.0", + "streamlit==1.37.0", ], ) \ No newline at end of file