Skip to content

Commit a79b582

Browse files
fix(deps): add pip-tools lockfile with hash pinning — VC-53681
Introduces requirements.in and requirements-build.in as pip-tools source manifests. requirements.txt and requirements-build.txt are now fully hash-pinned lockfiles generated with pip-compile --generate-hashes, covering all transitive dependencies with SHA-256 hashes. Generated using Python 3.9 to ensure compatibility with the project's supported Python versions (3.9, 3.10). No package versions were changed — this purely adds auditability of transitive dependencies.
1 parent c028585 commit a79b582

4 files changed

Lines changed: 852 additions & 11 deletions

File tree

requirements-build.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pytest==7.4.3
2+
pytest-cov==4.1.0
3+
safety==2.3.5
4+
bandit==1.7.7

0 commit comments

Comments
 (0)