From e44dfe2df1251f4f49e6807a71005c5887c22818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:38:15 +0000 Subject: [PATCH] deps(deps): bump streamlit from 1.32.0 to 1.53.1 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.32.0 to 1.53.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.32.0...1.53.1) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fa7fbc..2566e7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "db-dtypes", "superlinked-server", "loguru", - "streamlit==1.32.0", + "streamlit==1.53.1", "requests==2.31.0", "python-dotenv==1.0.1", "pandas==2.2.1",