Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d4e51a

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-1070544
1 parent 72c3552 commit 2d4e51a

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
@@ -2,7 +2,7 @@ asn1crypto==0.24.0
22
certifi==2019.3.9
33
cffi==1.12.3
44
chardet==3.0.4
5-
cryptography==2.6.1
5+
cryptography==3.3.2
66
httpretty==0.9.7
77
idna==2.8
88
mock==2.0.0

0 commit comments

Comments
 (0)