Skip to content

Commit 089ac9e

Browse files
committed
scripts: requirements: update gcovr
Brings fixes for coverage data parsing issues. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 594fb20 commit 089ac9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/requirements-fixed.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ click==8.1.3 ; python_version >= "3.12" and python_version < "4.0"
3131
cmsis-pack-manager==0.5.2 ; python_version >= "3.12" and python_version < "4.0"
3232
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0"
3333
coloredlogs==15.0.1 ; python_version >= "3.12" and python_version < "4.0"
34+
colorlog==6.9.0 ; python_version >= "3.12" and python_version < "4.0"
3435
commoncode==32.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
3536
construct==2.10.70 ; python_version >= "3.12" and python_version < "4.0"
3637
container-inspector==33.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
@@ -50,7 +51,7 @@ extractcode[full]==31.0.0 ; python_version >= "3.12" and python_version < "4.0"
5051
fasteners==0.19 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
5152
fingerprints==1.2.3 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
5253
ftfy==6.3.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
53-
gcovr==7.0 ; python_version >= "3.12" and python_version < "4.0"
54+
gcovr==8.3 ; python_version >= "3.12" and python_version < "4.0"
5455
gemfileparser2==0.9.4 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
5556
gitdb==4.0.12 ; python_version >= "3.12" and python_version < "4.0"
5657
gitlint-core[trusted-deps]==0.19.1 ; python_version >= "3.12" and python_version < "4.0"

0 commit comments

Comments
 (0)