From 547d49bf53bcfc4b7cb7683469469f1a2fa45451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:20:11 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.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.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34d4da2..6e7598a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "selenium==4.12.0", "selenium-wire==5.1.0", "typing_extensions==4.7.1", - "urllib3==2.2.2", + "urllib3==2.5.0", "webdriver-manager==4.0.0", ] requires-python = ">=3.9" diff --git a/requirements.txt b/requirements.txt index 595e864..99f6c29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ requests==2.32.0 selenium==4.12.0 selenium-wire==5.1.0 typing_extensions==4.7.1 -urllib3==2.2.2 +urllib3==2.5.0 webdriver-manager==4.0.0