From c36a47bbe025f445499ff8da83f86bd185f3017a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 10:11:10 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.6.3 to 2.7.0 in /web Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 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/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 6211d5e..29da096 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -9,7 +9,7 @@ Flask-Session==0.8.0 # HTTP & Scraping requests==2.32.5 PySocks==1.7.1 -urllib3==2.6.3 +urllib3==2.7.0 beautifulsoup4==4.14.3 certifi==2026.2.25