From 019d0092621a79edea1928a5e318d100ecc13eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 04:12:45 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 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.3...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements_for_test.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/requirements_for_test.txt b/requirements_for_test.txt index 194d8a6..10bf37a 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -16,8 +16,6 @@ charset-normalizer==3.4.0 # via requests coverage==7.6.4 # via pytest-testmon -docopt==0.6.2 - # via notifications-python-client (setup.py) execnet==2.1.1 # via pytest-xdist freezegun==1.5.1 @@ -34,8 +32,6 @@ packaging==24.2 # via pytest pluggy==1.5.0 # via pytest -pyjwt==2.9.0 - # via notifications-python-client (setup.py) pytest==8.3.4 # via # -r requirements_for_test_common.in @@ -58,9 +54,7 @@ referencing==0.35.1 # jsonschema # jsonschema-specifications requests==2.32.3 - # via - # notifications-python-client (setup.py) - # requests-mock + # via requests-mock requests-mock==1.12.1 # via -r requirements_for_test_common.in rpds-py==0.21.0 @@ -73,5 +67,5 @@ six==1.16.0 # via python-dateutil soupsieve==2.6 # via beautifulsoup4 -urllib3==2.2.3 +urllib3==2.5.0 # via requests