Skip to content

Commit e02465b

Browse files
committed
python: Update requirements
Update versions of urllib3, PyYAML, jinja2, cryptography.
1 parent 86b85a3 commit e02465b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
colorama==0.3.9
2-
urllib3[secure]==1.24.2
2+
urllib3[secure]>=1.26.5
33
prettytable==0.7.2
44
junit-xml==1.8
5-
pyyaml==4.2b1
5+
PyYAML>=5.4
66
jsonschema==2.6.0
77
future>=0.18.0,<1.0
88
six==1.12.0
99
mbed-cloud-sdk>=2.0.6,<2.1
1010
requests>=2.20,<2.21
1111
idna>=2,<2.8
1212
pyserial>=3,<=3.4
13-
Jinja2>=2.10.1,<2.11
13+
jinja2>=2.11.3
1414
intelhex>=2.3.0,<3.0.0
1515
mbed-ls>=1.5.1,<2.0
1616
mbed-host-tests>=1.4.4,<2.0
@@ -26,6 +26,6 @@ cmsis-pack-manager>=0.2.3,<0.3.0
2626
pywin32==224;platform_system=='Windows'
2727
wmi==1.4.9;platform_system=='Windows'
2828
psutil==5.6.6
29-
cryptography>=2.5,<3
29+
cryptography>=3.2,<4
3030
Click>=7.0,<8
3131
cbor>=1.0.0

tools/cmake/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
prettytable==0.7.2
22
future==0.16.0
3-
Jinja2>=2.10.1,<2.11
3+
jinja2>=2.11.3
44
intelhex>=2.3.0,<3.0.0

0 commit comments

Comments
 (0)