From d6e0b69ab7bfd62fa515e46d333bd5c497cf5d48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:36:10 +0000 Subject: [PATCH] Update dependency urllib3 to v1.26.18 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 987533cb70..93ec04f475 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==1.26.18 ; 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"