From f168e78b124793774ac193fb1f7a4cabba013762 Mon Sep 17 00:00:00 2001 From: Peter Dragun Date: Fri, 28 Jul 2023 15:15:56 +0200 Subject: [PATCH] tools(component-manager): bump version to avoid failures in dependency_check script --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef37868f7c..929e1afb93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ cryptography>=2.1.4,<35 cffi<1.15;python_version<'3.6' pyparsing>=2.0.3,<2.4.0 pyelftools>=0.22 -idf-component-manager~=1.0 +idf-component-manager~=1.1 packaging<21.0; python_version<"3.6" urllib3<1.25,>=1.21.1; python_version == "3.4"