From 33a7216aebfe4ad2e21ac6c5221c9579ef04d300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:04:16 +0000 Subject: [PATCH] fix: bump streamlit from 1.52.2 to 1.53.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.52.2 to 1.53.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.52.2...1.53.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.53.0 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 1b39c60..ac020a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Framework Web Application: -streamlit==1.52.2 +streamlit==1.53.0 Django==6.0