Skip to content

Commit ad0790c

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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: 1 addition & 1 deletion
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

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

0 commit comments

Comments
 (0)