From afec895b14889ba4f698d1d9a61b2154cd03485a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 05:36:01 +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.43.2...1.44.1) --- updated-dependencies: - dependency-name: streamlit 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 84d6a9b..a2f9944 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.43.2" +streamlit = "1.44.1" [build-system]