From 99327925d558b85cd7fae1d7eff9551fa3400864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 07:09:40 +0000 Subject: [PATCH] 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.60.0...1.61.1) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.61.1 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 156ee34..9c36d92 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.2,<2.0 colorama>=0.4.6,<1.0 Pillow>=12.2.0,<13.0 -streamlit>=1.60.0,<2.0 +streamlit>=1.61.1,<2.0