From ece63c139dc9f7f2f85e6a7b759c87149f93956d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:11:12 +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"