From 04e2a3e8076b33647783012f6db47a7fadb71cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:29:42 +0000 Subject: [PATCH] fix: bump streamlit from 1.51.0 to 1.52.1 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.51.0 to 1.52.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.51.0...1.52.1) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d058ad..beedb14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Framework Web Application: -streamlit==1.51.0 +streamlit==1.52.1 Django==5.2.8