Skip to content

Commit 4451917

Browse files
committedJan 30, 2024
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6050294 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975
1 parent 6ad276b commit 4451917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ certifi==2020.4.5.1
33
cffi==1.14.0
44
chardet==3.0.4
55
click==7.1.1
6-
cryptography==3.3.2
6+
cryptography==42.0.0
77
idna==2.9
88
importlib-metadata==1.6.0
99
jeepney==0.4.3

0 commit comments

Comments
 (0)
Please sign in to comment.