Skip to content

Commit

Permalink
pip: Pin dependencies
Browse files Browse the repository at this point in the history
This improves security and reproducibility.
  • Loading branch information
rettichschnidi committed Nov 13, 2024
1 parent e2ce38b commit d7cfc05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pexpect
pytest
pexpect==4.9.0
pytest==8.3.3
6 changes: 3 additions & 3 deletions tools/requirements-compliance.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake-format
gitlint~=0.19
pylint
cmake-format==0.6.13
gitlint==0.19
pylint==3.3.1
-r ../tests/integration/requirements.txt

0 comments on commit d7cfc05

Please sign in to comment.