From 8d0a768a40a68061b04174a19bb7013101398e1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:12:18 +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 2e6596f..ad5dc1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ idna==3.6 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0" soupsieve==2.5 ; python_version >= "3.10" and python_version < "4.0" -urllib3==2.1.0 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.7.0 ; python_version >= "3.10" and python_version < "4.0"