pip: Pin dependencies

This improves security and reproducibility.
This commit is contained in:
Reto Schneider 2024-11-13 10:20:09 +01:00
parent e2472938c4
commit bd1080eb83
2 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
pexpect
pytest
pexpect==4.9.0
pytest==8.3.3

View File

@ -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