Skip to content

Commit 01c3f6b

Browse files
committed
lxml
Signed-off-by: Anas Nashif <[email protected]>
1 parent 6549a87 commit 01c3f6b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

scripts/requirements-base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ canopen
1818
packaging
1919
progress
2020
patool
21-
psutil
21+
psutil>=5.6.6
2222
pylink-square
2323
pyserial
24-
requests
24+
requests>=2.32.0
2525
semver
2626
tqdm
2727

scripts/requirements-compliance.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
clang-format>=15.0.0
66
gitlint
77
junitparser>=2
8-
lxml
8+
lxml>=5.3.1
99
pykwalify
1010
pylint>=3
1111
python-magic-bin; sys_platform == "win32"

scripts/requirements-extras.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
anytree
55

66
# to use in ./scripts for memory footprint, code coverage, etc.
7-
gitpython
7+
gitpython>=3.1.41
88

99
# helper for developers - check git commit messages
1010
gitlint
@@ -16,7 +16,7 @@ junit2html
1616
lpc_checksum
1717

1818
# used by scripts/build/gen_cfb_font_header.py - helper script for user
19-
Pillow>=10.0
19+
Pillow>=10.2.0
2020

2121
# used by scripts/release/bug_bash.py for generating top ten bug squashers
2222
PyGithub

scripts/requirements-run-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ natsort
1313
cbor>=1.0.0
1414

1515
# use for twister
16-
psutil
16+
psutil>=5.6.6
1717

1818
# used for CAN <=> host testing
1919
python-can>=4.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy
1+
numpy>=2.2.3
22
protobuf>=5.27.2
33
grpcio-tools>=1.66.0
44
logic2-automation>=1.0.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CoAPthon3
1+
CoAPthon3>=1.0.2

0 commit comments

Comments
 (0)