From 7c6284591c246855f96d9dad373bf74d7c61b803 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:41:05 +0000 Subject: [PATCH] chore(deps): update dependency urllib3 to v2.0.7 [security] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 6b5ad5b93..a4322f1d6 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -13,5 +13,5 @@ requests==2.31.0 simple-term-menu==1.6.1 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' tzdata==2023.3; python_version >= '2' -urllib3==2.0.4; python_version >= '3.7' +urllib3==2.0.7; python_version >= '3.7' wrapt==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'