From ffcc9d213e63ac29f6c313ff7d48c64c0b9c1633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:03:31 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.12 to 2.7.0 in /streamlit_app Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.12...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- streamlit_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit_app/requirements.txt b/streamlit_app/requirements.txt index 237605cc..b551749c 100644 --- a/streamlit_app/requirements.txt +++ b/streamlit_app/requirements.txt @@ -107,7 +107,7 @@ trio-websocket==0.9.2 typing_extensions==4.3.0 tzdata==2022.4 tzlocal==4.2 -urllib3==1.26.12 +urllib3==2.7.0 validators==0.20.0 watchdog==2.1.9 Werkzeug==2.2.2