Skip to content

Commit fd5816e

Browse files
pip: Pin dependencies
This improves security and reproducibility.
1 parent e247293 commit fd5816e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/integration/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pexpect
2-
pytest
1+
pexpect==4.9.0
2+
pytest==8.3.3

tools/requirements-compliance.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake-format
2-
gitlint~=0.19
3-
pylint
1+
cmake-format==0.6.13
2+
gitlint==0.19
3+
pylint==3.3.1
44
-r ../tests/integration/requirements.txt

0 commit comments

Comments
 (0)