File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ pykwalify
2222pylint>=3
2323pyserial
2424pytest
25+ python-dotenv
2526python-magic-bin; sys_platform == "win32"
2627python-magic; sys_platform != "win32"
2728pyyaml
Original file line number Diff line number Diff line change @@ -880,6 +880,10 @@ python-debian==1.0.1 \
880880 --hash=sha256:3ada9b83a3d671b58081782c0969cffa0102f6ce433fbbc7cf21275b8b5cc771 \
881881 --hash=sha256:8f137c230c1d9279c2ac892b35915068b2aca090c9fd3da5671ff87af32af12c
882882 # via reuse
883+ python-dotenv==1.1.1 \
884+ --hash=sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc \
885+ --hash=sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab
886+ # via -r requirements-actions.in
883887python-magic==0.4.27 ; sys_platform != 'win32' \
884888 --hash=sha256:c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b \
885889 --hash=sha256:c212960ad306f700aa0d01e5d7a325d20548ff97eb9920dcd29513174f0294d3
Original file line number Diff line number Diff line change 1919
2020# used for JUnit XML parsing in CTest harness
2121junitparser>=3.0.0
22+
23+ python-dotenv
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ junitparser>=4.0.1
88lxml>=5.3.0
99pykwalify
1010pylint>=3
11+ python-dotenv
1112python-magic-bin; sys_platform == "win32"
1213python-magic; sys_platform != "win32"
1314ruff==0.11.11
You can’t perform that action at this time.
0 commit comments