From 9e208d56a0edbc8921ede044fbbc3de54d0c0445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 06:23:16 +0000 Subject: [PATCH] chore(deps): update streamlit requirement in /sphinx-docs 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.61.1...1.62.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.62.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sphinx-docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-docs/requirements.txt b/sphinx-docs/requirements.txt index 1d40019..8e9b1b4 100644 --- a/sphinx-docs/requirements.txt +++ b/sphinx-docs/requirements.txt @@ -17,4 +17,4 @@ openpyxl>=3.1.5,<4.0 python-dotenv>=1.2.3,<2.0 colorama>=0.4.6,<1.0 Pillow>=12.3.0,<13.0 -streamlit>=1.61.1,<2.0 +streamlit>=1.62.0,<2.0