Skip to content

Commit 67b4063

Browse files
nicu1989cfriedt
authored andcommitted
scripts: requirements: Use gitlint-core for loose requirements
Gitlint-core has loose requirements and not conflicting with scancode-toolkit v32.4.1 (click==8.1.3 vs click>=8.2.0). Signed-off-by: Nicolae Dicu <[email protected]>
1 parent 9421b82 commit 67b4063

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

scripts/requirements-actions.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ clang-format>=15.0.0
66
elasticsearch<9
77
exceptiongroup>=1.0.0rc8
88
gcovr==6.0
9-
gitlint>=0.19.1
9+
gitlint-core>=0.19.1
1010
gitpython>=3.1.41
1111
ijson
1212
intelhex

scripts/requirements-actions.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,14 +345,10 @@ gitdb==4.0.12 \
345345
--hash=sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571 \
346346
--hash=sha256:67073e15955400952c6565cc3e707c554a4eea2e428946f7a4c162fab9bd9bcf
347347
# via gitpython
348-
gitlint==0.19.1 \
349-
--hash=sha256:26bb085959148d99fbbc178b4e56fda6c3edd7646b7c2a24d8ee1f8e036ed85d \
350-
--hash=sha256:b5b70fb894e80849b69abbb65ee7dbb3520fc3511f202a6e6b6ddf1a71ee8f61
351-
# via -r requirements-actions.in
352348
gitlint-core==0.19.1 \
353349
--hash=sha256:7bf977b03ff581624a9e03f65ebb8502cc12dfaa3e92d23e8b2b54bbdaa29992 \
354350
--hash=sha256:f41effd1dcbc06ffbfc56b6888cce72241796f517b46bd9fd4ab1b145056988c
355-
# via gitlint
351+
# via -r requirements-actions.in
356352
gitpython==3.1.44 \
357353
--hash=sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110 \
358354
--hash=sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269

scripts/requirements-compliance.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# used by ci/check_compliance
44
# zephyr-keep-sorted-start
55
clang-format>=15.0.0
6-
gitlint
6+
gitlint-core
77
junitparser>=4.0.1
88
lxml>=5.3.0
99
pykwalify

scripts/requirements-extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gitpython>=3.1.41
1010
plotly
1111

1212
# helper for developers - check git commit messages
13-
gitlint
13+
gitlint-core
1414

1515
# helper for developers
1616
junit2html

0 commit comments

Comments
 (0)