Skip to content

Commit 33ddd49

Browse files
committed
fix: requirements-test.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096
1 parent 22696a9 commit 33ddd49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ pytest-cov
66
faker
77
cprint
88
pipenv
9-
pylint
9+
pylint
10+
cryptography>=46.0.5 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)