From d01bc36e6e96d63f98c83df60f962c83a0710fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:02:57 +0000 Subject: [PATCH] Update streamlit requirement from >=0.61.0 to >=1.59.1 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/0.61.0...1.59.1) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.59.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b0ac70..ee805d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ tensorflow-gpu>=2.1 git+https://github.com/tensorflow/examples.git tqdm>=4.44.1 numpy>=1.18.1 -streamlit>=0.61.0 +streamlit>=1.59.1 matplotlib>=3.1.3 pyyaml>=5.3.1 pytesseract>=0.3.4