From 743d6a12c48134b298707475d9a54f2fd3beee89 Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Fri, 5 May 2023 13:17:12 +0200 Subject: [PATCH] requirements: Pin urllib3 to <2 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c03ab07af3f4..9769f8d93397 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,7 @@ cryptography>=2.1.4 pyparsing>=2.0.3,<2.4.0 pyelftools>=0.22 idf-component-manager~=1.2 +urllib3<2 gdbgui==0.13.2.0; python_version < "3.11" # 0.13.2.1 supports Python 3.6+ only