From 43f2995ae163d10ac291fb6193555de412f388d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 07:37:49 +0000 Subject: [PATCH] Update dependency urllib3 to v1.26.5 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4afe494..2e25fbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,5 @@ pytz==2021.1; python_version >= "3.6" and python_full_version < "3.0.0" or pytho requests==2.25.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" rsa==4.7.1; python_version >= "3.5" and python_version < "4" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6") six==1.15.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" -urllib3==1.26.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" +urllib3==1.26.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" win32-setctime==1.0.3; sys_platform == "win32" and python_version >= "3.5"