From 94326c4209039b7b55865137de5fc985220c718c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:24:22 +0000 Subject: [PATCH] Update dependency urllib3 to v2.5.0 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e6596f..d54c401 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.5.0 ; python_version >= "3.10" and python_version < "4.0"