From 7fe93f2b48ccde0361ffb7da80d4663fe511b836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 05:23:27 +0000 Subject: [PATCH] dependabot python package: update streamlit requirement Updates the requirements on [streamlit](https://github.com/streamlit/streamlit) to permit the latest version. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.45.0...1.45.1) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.45.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 463a502..4773c87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pydantic = "^2.8.2" python-dateutil = "^2.9.0.post0" pytz = "^2025.1" azure-core = "^1.30.2" -streamlit = "1.45.0" +streamlit = "1.45.1" [build-system]