From d2b85a64aaed4674d6f1269f58d66c81502fd52c Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Fri, 22 Oct 2021 13:11:34 +0200 Subject: [PATCH 1/2] Update psutil to 5.6.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e08dccc3fd..57e1bb6dd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ hidapi>=0.7.99,<0.8.0;platform_system!="Linux" cmsis-pack-manager>=0.2.3,<0.3.0 pywin32>=301;platform_system=='Windows' wmi==1.4.9;platform_system=='Windows' -psutil==5.6.6 +psutil==5.6.7 cryptography>=3.2,<4 Click>=7.0,<8 cbor>=1.0.0 From 2b1834be75763d487a1ad4a2cfffdfd85f2992c7 Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Fri, 22 Oct 2021 14:59:10 +0200 Subject: [PATCH 2/2] Update PyElfTools as well Fixes "ImportError: cannot import name 'MutableMapping' from 'collections'" for Python 3.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57e1bb6dd3..ba57f92e96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ mbed-ls>=1.5.1,<2.0 mbed-host-tests>=1.4.4,<2.0 mbed-greentea>=0.2.24,<2.0 beautifulsoup4>=4,<=4.6.3 -pyelftools>=0.24,<=0.25 +pyelftools>=0.27,<=0.28 pycryptodome>=3.9.3,<4 pyusb>=1.0.0,<2.0.0 hidapi>=0.7.99,<0.8.0;platform_system!="Linux"