From 54f872b66e8798d206117779264f1edb57d1e4d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:46:33 +0000 Subject: [PATCH] Update dependency urllib3 to v2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 987533cb70..da8bd8b8fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ s3transfer==0.7.0 ; python_full_version >= "3.10.6" and python_full_version < "4 six==1.16.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" tenacity==8.2.3 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" typing-extensions==4.8.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" -urllib3==1.26.17 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" +urllib3==2.0.7 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" websocket-client==1.6.4 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"