Skip to content

Commit cdaa3f3

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-15809188
1 parent 27e3b70 commit cdaa3f3

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
@@ -4,7 +4,7 @@ botocore==1.29.104
44
cachetools==5.2.0
55
cffi==1.15.1
66
chardet==3.0.4
7-
cryptography==43.0.1
7+
cryptography==46.0.6
88
decorator==4.4.2
99
Django==4.1.13
1010
django-cors-headers==3.13.0

0 commit comments

Comments
 (0)