From 1e9611f5740e90f8f70b739c7b6923e8e6967227 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:13:24 +0000 Subject: [PATCH] Update dependency urllib3 to v2.7.0 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7edd248..90cdc41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -70,7 +70,7 @@ tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" tomlkit==0.13.0 ; python_version >= "3.10" and python_version < "4.0" trove-classifiers==2024.7.2 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.11" -urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.7.0 ; python_version >= "3.10" and python_version < "4.0" virtualenv==20.26.3 ; python_version >= "3.10" and python_version < "4.0" xattr==1.1.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "darwin" zipp==3.19.2 ; python_version >= "3.10" and python_version < "3.12"