Skip to content

Commit fde2d56

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-8715586
1 parent 631ebaf commit fde2d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
backoff==2.2.1
2-
cryptography==44.0.0
2+
cryptography==44.0.1
33
flake8==7.1.1
44
mock==2.0.0
55
pylint==3.3.3

0 commit comments

Comments
 (0)