From 2fc1f3a827547aa595fc4c0585a3c17a73c53bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 00:04:57 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 2.6.3 in /selenium-3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 2.6.3. - [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.5...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- selenium-3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selenium-3/requirements.txt b/selenium-3/requirements.txt index 6e3fe17..9e0b96b 100644 --- a/selenium-3/requirements.txt +++ b/selenium-3/requirements.txt @@ -1,2 +1,2 @@ -urllib3==1.26.5 +urllib3==2.6.3 selenium==3.141.0 \ No newline at end of file