From 31d2d0218c2ecf6d21524622c2e1c488d7effc57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 01:20:28 +0000 Subject: [PATCH] fix: bump streamlit from 1.48.0 to 1.48.1 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.48.0 to 1.48.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.48.0...1.48.1) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.48.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5b68171..34280fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Framework Web Application: -streamlit==1.48.0 +streamlit==1.48.1 Django==5.1.7